meshoptimizer
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -28,3 +28,2 @@ // This file is part of meshoptimizer library and is distributed under the terms of MIT License. | ||
wasm = wasm_simd; | ||
console.log("Warning: meshopt_decoder is using experimental SIMD support"); | ||
} | ||
@@ -31,0 +30,0 @@ |
@@ -28,3 +28,2 @@ // This file is part of meshoptimizer library and is distributed under the terms of MIT License. | ||
wasm = wasm_simd; | ||
console.log("Warning: meshopt_decoder is using experimental SIMD support"); | ||
} | ||
@@ -31,0 +30,0 @@ |
{ | ||
"name": "meshoptimizer", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Mesh optimizaiton library that makes meshes smaller and faster to render", | ||
@@ -18,4 +18,7 @@ "author": "Arseny Kapoulkine", | ||
"files": [ | ||
"meshopt_*.js" | ||
"*.js", "*.ts" | ||
], | ||
"main": "index.js", | ||
"module": "index.module.js", | ||
"types": "index.module.d.ts", | ||
"scripts": { | ||
@@ -22,0 +25,0 @@ "test": "node meshopt_encoder.test.js && node meshopt_decoder.test.js", |
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
13
106698
1100