three-low-poly 0.9.4 → 0.9.6
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/README.md +4 -4
- package/dist/index.cjs.js +70 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1103 -661
- package/dist/index.es.js.map +1 -1
- package/dist/index.iife.js +70 -3
- package/dist/index.iife.js.map +1 -1
- package/dist/index.umd.js +70 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "three-low-poly",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.6",
|
|
4
4
|
"description": "Low poly assets for Three.js",
|
|
5
5
|
"author": "Jason Sturges <jason@jsonsturges.com> (https://jasonsturges.com)",
|
|
6
6
|
"homepage": "https://jasonsturges.com/three-low-poly/",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"build:examples": "vite build --config vite-examples.config.js"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"
|
|
43
|
+
"lil-gui": "^0.19.2",
|
|
44
44
|
"three": "^0.169.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|