Skip to content

Commit 3786dd5

Browse files
authored
docs: add API reference link to readme (#27)
* docs: add API reference link to readme * fix: force install CLI tools in CI
1 parent d491ee6 commit 3786dd5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ runs:
1212
- run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
1313
shell: bash
1414

15-
- run: cargo binstall wasm-bindgen-cli@0.2.101 --no-confirm
15+
- run: cargo binstall wasm-bindgen-cli@0.2.101 --no-confirm --force
1616
shell: bash
17-
- run: cargo binstall wasm-pack@0.13.1 --no-confirm
17+
- run: cargo binstall wasm-pack@0.13.1 --no-confirm --force
1818
shell: bash
19-
- run: cargo binstall wasm-opt@0.116.1 --no-confirm
19+
- run: cargo binstall wasm-opt@0.116.1 --no-confirm --force
2020
shell: bash
2121

2222
- uses: pnpm/action-setup@v4

packages/c2pa-web/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ const manifestStore = await reader.manifestStore();
7070
console.log(manifestStore);
7171
```
7272

73+
## Api reference
74+
75+
API docs are available [here](https://contentauth.github.io/c2pa-js/modules/_contentauth_c2pa-web.html).
76+
7377
## Development
7478

7579
### Prerequsities

0 commit comments

Comments
 (0)