Package Exports
- @cornerstonejs/codec-openjph
- @cornerstonejs/codec-openjph/wasm
- @cornerstonejs/codec-openjph/wasmjs
Readme
openjphjs
JS/WebAssembly build of OpenJPH
Try It Out!
Try it in your browser here
Building
This project uses Visual Studio Remote Containers to simplify setup and running (everything is contained in a docker image)
This project uses git submodules to pull in OpenJPH. If developing, initialize the git submodules first (do this outside the container):
> $ git submodule update --init --recursiveTo build WASM:
> ./build.shTo build native C/C++ version:
> ./build-native.shTo update to latest version of OpenJPH
> git submodule update --remote --merge