File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
.github/actions/install-dependencies Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ const manifestStore = await reader.manifestStore();
7070console .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
You can’t perform that action at this time.
0 commit comments