dxf-viewer
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "dxf-viewer", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "JavaScript DXF file viewer", | ||
@@ -25,3 +25,3 @@ "main": "src/index.js", | ||
"@types/three": "^0.144.0", | ||
"three": "^0.146.0", | ||
"three": "^0.149.0", | ||
"loglevel": "^1.8.0", | ||
@@ -28,0 +28,0 @@ "opentype.js": "^1.3.4" |
@@ -76,3 +76,2 @@ import * as three from "three" | ||
this.canvas = renderer.domElement | ||
this.canvas.getContext("webgl", { premultipliedAlpha: false }) | ||
domContainer.style.display = "block" | ||
@@ -79,0 +78,0 @@ if (options.autoResize) { |
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
286509
7442
+ Addedthree@0.149.0(transitive)
- Removedthree@0.146.0(transitive)
Updatedthree@^0.149.0