contentauth / c2pa-js

JavaScript SDK for displaying and validating C2PA data

Home Page:https://opensource.contentauthenticity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

JavaScript SDK for displaying and validating C2PA data

https://opensource.contentauthenticity.org

License:MIT License


Languages

Language:TypeScript 82.7%Language:JavaScript 12.4%Language:Rust 3.4%Language:Shell 0.6%Language:HTML 0.6%Language:CSS 0.2%Language:SCSS 0.2%