@cornerstonejs/core 1.16.6 → 2.0.0-beta.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": "
|
|
3
|
+
"version": "2.0.0-beta.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": "c154f7531c166db29a54fe41c76a22ecc7ac47c8"
|
|
50
50
|
}
|
|
@@ -69,7 +69,7 @@ const VIEWPORT_MIN_SIZE = 2;
|
|
|
69
69
|
class RenderingEngine implements IRenderingEngine {
|
|
70
70
|
/** Unique identifier for renderingEngine */
|
|
71
71
|
readonly id: string;
|
|
72
|
-
/** A flag which tells if the renderingEngine has been destroyed */
|
|
72
|
+
/** A flag which tells if the renderingEngine has been destroyed or not */
|
|
73
73
|
public hasBeenDestroyed: boolean;
|
|
74
74
|
public offscreenMultiRenderWindow: any;
|
|
75
75
|
readonly offScreenCanvasContainer: any; // WebGL
|