Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The CAI open-source SDK consist of:
- Display a report of JSON manifest data attached to an asset.
- Attach a manifest data to an asset.
- Add a manifest to to the associated manifest store if the asset already has an associated manifest data.
- [**JavaScript library**](js-landing.mdx) that enables web pages to to read, validate, create, and sign manifest data, and embed it in supported asset files using client JavaScript. Use it to add user interface elements to your website that display manifest data while following the [C2PA user experience recommendations](https://c2pa.org/specifications/specifications/1.0/ux/UX_Recommendations.html).
- [**JavaScript library**](sdk-repos/c2pa-js/README.md) that enables web pages to to read, validate, create, and sign manifest data, and embed it in supported asset files using client JavaScript. Use it to add user interface elements to your website that display manifest data while following the [C2PA user experience recommendations](https://spec.c2pa.org/specifications/specifications/2.2/ux/UX_Recommendations.html).
- **[C/C++](sdk-repos/c2pa-cpp/readme.md), [Python](sdk-repos/c2pa-python/readme.md), [Node.js](sdk-repos/c2pa-js/packages/c2pa-node/README.md) libraries** that enable applications to read and validate manifest data, create and sign manifest data, and embed it supported asset files.
- [**Mobile libraries**](mobile.md) that enable mobile applications for iOS and Android to to read and generate manifest data.

Expand Down
Loading