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
6 changes: 4 additions & 2 deletions docs/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ custom_edit_path: c2pa-js/edit/main/packages/c2pa-node/README.md
import Readme from './c2pa-node-v2/readme.md';

:::note
The old [c2pa-node library](c2pa-node/readme.md) is deprecated and will no longer be updated or supported.
The `c2pa-node-v2` repo has been merged into the [c2pa-js](https://github.com/contentauth/c2pa-js) repo.

The old [c2pa-node library](https://github.com/contentauth/c2pa-node) is deprecated and no longer updated or supported. Do not use it.
:::

<Readme components={{ h1: () => null }} />
<Readme components={{ h1: () => null }} />
Loading