dwv-jqui
v0.3.0-beta
Published
Medical viewer using DWV (DICOM Web Viewer) and jQuery UI.
Downloads
2
Readme
dwv-jqui
Medical viewer using DWV (DICOM Web Viewer) and jQuery UI.
All coding/implementation contributions and comments are welcome. Releases should be ready for deployment otherwise download the code and install dependencies with a yarn
or npm
install
.
dwv-jqui is not certified for diagnostic use. Released under GNU GPL-3.0 license (see license.txt).
Available Scripts
# install dependencies
yarn install
# serve at localhost:8080 with live reload
yarn run start
# serve a developement version at localhost:8080 with live reload
yarn run dev
# run unit tests
yarn run test