Skip to content

Commit 133d4ba

Browse files
committed
Fix code example
1 parent 832b7e9 commit 133d4ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/tasks/includes/_js-setup.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import { createC2pa } from 'https://cdn.jsdelivr.net/npm/c2pa@${version}/+esm';
1414
workerSrc:
1515
'https://cdn.jsdelivr.net/npm/c2pa@${version}/dist/c2pa.worker.min.js',
1616
});
17+
18+
...
19+
20+
})();
1721
```
1822

1923
If you installed the package locally, for example from npm, then its simply:
@@ -39,6 +43,6 @@ import { parseISO } from 'date-fns';
3943
});
4044

4145
...
42-
46+
4347
})();
4448
```

0 commit comments

Comments
 (0)