You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,23 @@
1
1
# C2PA Node.js library
2
2
3
-
The [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) repository implements a Node.js API that can:
3
+
The [c2pa-node](https://github.com/contentauth/c2pa-node-v2) repository implements a Node.js API that can:
4
4
- Read and validate C2PA data from media files in supported formats.
5
5
- Add signed manifests to media files in supported formats.
6
6
7
7
For more information on using the library in an application, see [Using the CAI Node library](docs/usage.md).
8
8
9
-
**WARNING**: This is an early version of this library, and there may be bugs and unimplemented features.
9
+
**WARNING**: This is an early prerelease version of this library. There may be bugs and unimplemented features, and the API is subject to change.
10
+
11
+
<divstyle={{display:'none'}}>
12
+
13
+
For the best experience, read the docs on the [CAI Open Source SDK documentation website](https://opensource.contentauthenticity.org/docs/c2pa-node/). Some additional documentation for this repository is also available on GitHub:
14
+
15
+
-[Using the Node library](docs/usage.md)
16
+
-[Supported media file formats](https://opensource.contentauthenticity.org/docs/c2pa-node/supported-formats)
17
+
-[Release notes](docs/release-notes.md)
18
+
-[Contributing to the project](docs/project-contributions.md)
19
+
20
+
</div>
10
21
11
22
## Prerequisites
12
23
@@ -23,19 +34,19 @@ If you need to manage multiple versions of Node on your machine, use a tool such
23
34
Using npm:
24
35
25
36
```sh
26
-
npm install @contentauth/c2pa-node
37
+
$ npm install c2pa-node
27
38
```
28
39
29
40
Using Yarn:
30
41
31
42
```sh
32
-
$ yarn add @contentauth/c2pa-node
43
+
$ yarn add c2pa-node
33
44
```
34
45
35
46
Using pnpm:
36
47
37
48
```sh
38
-
$ pnpm add @contentauth/c2pa-node
49
+
$ pnpm add c2pa-node
39
50
```
40
51
41
52
This command will download precompiled binaries for the following systems:
0 commit comments