Package Exports
- itk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (itk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ITK Bridge JavaScript
Provides general scientific image IO capability and bridges ITK code running in the Emscripten runtime environment.
Supported file formats
Hacking ITKBridgeJavaScript
Build dependencies
- Node.js / NPM
- Docker
Building
To build ITKBridgeJavaScript itself:
npm install
npm run build
Run the tests:
npm test
Contributing
We use semantic-release for handling change log and version. Therefore we recommend using the following command line when creating a commit:
$ npm run commit
Otherwise you can follow the specification available here.