vim-webgl-component
Advanced tools
Comparing version 0.1.3-dev.33 to 0.1.3-dev.34
@@ -22,2 +22,3 @@ /// <reference types="react" /> | ||
}): JSX.Element; | ||
export declare function resetCamera(viewer: VIM.Viewer): void; | ||
export declare function frameContext(viewer: VIM.Viewer): void; | ||
@@ -24,0 +25,0 @@ export declare function isolateSelection(viewer: VIM.Viewer, settings: Settings): void; |
@@ -5,6 +5,2 @@ /// <reference types="react" /> | ||
viewer: VIM.Viewer; | ||
ortho: boolean; | ||
setOrtho: (b: boolean) => void; | ||
orbit: boolean; | ||
setOrbit: (b: boolean) => void; | ||
}): JSX.Element; |
{ | ||
"name": "vim-webgl-component", | ||
"version": "0.1.3-dev.33", | ||
"version": "0.1.3-dev.34", | ||
"description": "A demonstration app built on top of the vim-webgl-viewer", | ||
@@ -62,3 +62,3 @@ "files": [ | ||
"react-tooltip": "^4.2.21", | ||
"vim-webgl-viewer": "1.3.1-dev.48" | ||
"vim-webgl-viewer": "1.3.1-dev.52" | ||
}, | ||
@@ -65,0 +65,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5874761
51497
+ Addedvim-webgl-viewer@1.3.1-dev.52(transitive)
- Removedvim-webgl-viewer@1.3.1-dev.48(transitive)