There was an error while loading. Please reload this page.
1 parent 717e892 commit 7045428Copy full SHA for 7045428
1 file changed
packages/openjpeg/README.md
@@ -16,24 +16,24 @@ This library is a JavaScript port made possible by [emscripten](https://emscript
16
Using npm:
17
18
```bash
19
-$ npm install @cornerstonejs/openjpegjs
+$ npm install @cornerstonejs/codec-openjpeg
20
```
21
22
Using yarn:
23
24
25
-$ yarn add @cornerstonejs/openjpegjs
+$ yarn add @cornerstonejs/codec-openjpeg
26
27
28
Using unpkg CDN:
29
30
```html
31
-<script src="https://unpkg.com/@???/openjpegjs"></script>
+<script src="https://unpkg.com/@cornerstonejs/codec-openjpeg"></script>
32
33
34
## Try It Out!
35
36
-Try it in your browser [here](https://???.github.com/openjpegjs/test/browser/index.html)
+Try it in your browser [here](https://chafey.github.io/openjpegjs/test/browser/index.html)
37
38
39
## openjpegjs API
0 commit comments