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
1. Set the the `C2PA_LIBRARY_PATH` environment variable to the path to the `c2pa.node` module by entering these commands:
68
68
```sh
69
69
export C2PA_LIBRARY_PATH=resources/c2pa.node
70
-
npm install c2pa-node
70
+
npm install c2pa-node-v2
71
71
npm start
72
72
```
73
73
74
-
**Important:**`C2PA_LIBRARY_PATH`_must_ be set while both **installing** or **adding**`c2pa-node` to your app to avoid building the Rust code. It must _also_ be set while **running** your app so that it loads the bindings from the correct location.
74
+
**Important:**`C2PA_LIBRARY_PATH`_must_ be set while both **installing** or **adding**`c2pa-node-v2` to your app to avoid building the Rust code. It must _also_ be set while **running** your app so that it loads the bindings from the correct location.
0 commit comments