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 9c60f67 commit 2875444Copy full SHA for 2875444
docs/js-sdk/guides/hosting.mdx
@@ -42,7 +42,7 @@ examples of configuring popular build systems, see the [Quick start guide](../ge
42
43
To host the library yourself, expose the static asset files with the following response headers to avoid errors with some browsers:
44
45
-- `c2pa/dist/assets/wasm/toolkit_bg.wasm`: Serve with `Content-Type: application/wasm` reponse header.
+- `c2pa/dist/assets/wasm/toolkit_bg.wasm`: Serve with `Content-Type: application/wasm` response header.
46
- `c2pa/dist/c2pa.worker.min.js`: Serve with `Content-Type: text/javascript` response header.
47
48
Then pass these URLs to the `createC2pa` function; for example:
0 commit comments