We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097bcff commit eda667cCopy full SHA for eda667c
.changeset/gold-hotels-wait.md
@@ -0,0 +1,5 @@
1
+---
2
+'@contentauth/c2pa-web': patch
3
4
+
5
+Added WASM binary to package.json exports
packages/c2pa-web/package.json
@@ -6,6 +6,7 @@
6
"types": "./dist/index.d.ts",
7
"exports": {
8
"./package.json": "./package.json",
9
+ "./resources/c2pa.wasm": "./dist/resources/c2pa_bg.wasm",
10
".": {
11
"development": "./src/index.ts",
12
@@ -23,4 +24,4 @@
23
24
"rimraf": "^6.0.1"
25
},
26
"scripts": {}
-}
27
+}
0 commit comments