@cornerstonejs/core 1.14.0 → 1.14.2
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/core",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/umd/index.js",
|
|
6
6
|
"types": "dist/esm/index.d.ts",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"type": "individual",
|
|
47
47
|
"url": "https://ohif.org/donate"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "7fb460c47629f6694a78c6bed836b432e1af13a3"
|
|
50
50
|
}
|
|
@@ -54,6 +54,7 @@ const VIEWPORT_MIN_SIZE = 2;
|
|
|
54
54
|
* trigger a render on a specific viewport(s). Each viewport also has a `.render` method which can be used to trigger a render on that
|
|
55
55
|
* viewport.
|
|
56
56
|
*
|
|
57
|
+
*
|
|
57
58
|
* Rendering engine uses `detect-gpu` external library to detect if GPU is available and
|
|
58
59
|
* it has minimum requirement to be able to render a volume with vtk.js. If GPU is not available
|
|
59
60
|
* RenderingEngine will throw an error if you try to render a volume; however, for StackViewports
|