@cornerstonejs/dicom-image-loader 0.5.3 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -115,6 +115,9 @@ path is relative to the `node_modules` folder in the OHIF Viewer.
115
115
  Note 2: For other http servers like IIS, you need to configure it to serve WASM
116
116
  files with the correct MIME type.
117
117
 
118
+ ## Loading
119
+
120
+ ![Alt text](assets/load.png)
118
121
 
119
122
  ## Backlog
120
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/dicom-image-loader",
3
- "version": "0.5.3",
3
+ "version": "0.6.1",
4
4
  "description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file",
5
5
  "keywords": [
6
6
  "DICOM",
@@ -67,7 +67,7 @@
67
67
  "@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
68
68
  "@cornerstonejs/codec-openjpeg": "^1.2.2",
69
69
  "@cornerstonejs/codec-openjph": "^2.4.2",
70
- "@cornerstonejs/core": "^0.44.3",
70
+ "@cornerstonejs/core": "^0.45.1",
71
71
  "dicom-parser": "^1.8.9",
72
72
  "pako": "^2.0.4",
73
73
  "uuid": "^9.0.0"
@@ -89,5 +89,5 @@
89
89
  "path": "./node_modules/cz-conventional-changelog"
90
90
  }
91
91
  },
92
- "gitHead": "9e26b3fec44c546022e203ed7f5d5f5cc8346b10"
92
+ "gitHead": "2a678fa8a71841b0a241357999d737a7b7f98126"
93
93
  }