Skip to content

slowedcodinganai/c2pa-js

 
 

Repository files navigation

C2PA JavaScript SDK

This library aims to make viewing and verifying C2PA metadata in the browser as easy as possible.

For more information, please view the documentation at https://opensource.contentauthenticity.org/docs/js-sdk/getting-started/overview.

Getting started

This monorepo is managed by Rush. To get started:

Install Rush:

npm install -g @microsoft/rush

Install Rush-managed tooling and package dependencies:

rush install

Build all packages:

rush build 

To run an individual package's package.json commands, use the rushx command from within that package's directory, e.g.:

cd packages/c2pa
rushx dev

Contributions and feedback

We welcome contributions to this project. For information on contributing, providing feedback, and ongoing work, see Contributing.

License

This repository is distributed under the terms of the MIT license.

Some components and dependent crates are licensed under different terms; please check

About

JavaScript SDK for displaying and validating C2PA data

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.9%
  • JavaScript 11.2%
  • Rust 3.3%
  • Shell 0.6%
  • HTML 0.6%
  • CSS 0.2%
  • SCSS 0.2%