Initial project import

This commit is contained in:
drjones
2026-06-13 17:36:44 -07:00
commit ad2a18cc8d
18471 changed files with 4497570 additions and 0 deletions

21
node_modules/draco3d/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "draco3d",
"version": "1.5.7",
"description": "Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.",
"main": "draco3d.js",
"scripts": {
"test": "nodejs draco_nodejs_example.js"
},
"keywords": [
"geometry",
"compression",
"mesh",
"point cloud"
],
"author": "Google Draco Team",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/google/draco.git"
}
}