Skip to content

Commit

Permalink
Add types for meshopt_decoder lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jul 4, 2023
1 parent 4ed07f1 commit 4eb636d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
19 changes: 16 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"matchPackageNames": ["lil-gui"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
"matchPackageNames": ["meshoptimizer"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
}
]
}
1 change: 1 addition & 0 deletions types/three/OTHER_FILES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ examples/jsm/helpers/VertexNormalsHelper.d.ts
examples/jsm/helpers/VertexTangentsHelper.d.ts
examples/jsm/interactive/HTMLMesh.d.ts
examples/jsm/interactive/InteractiveGroup.d.ts
examples/jsm/libs/meshopt_decoder.module.d.ts
examples/jsm/lights/LightProbeGenerator.d.ts
examples/jsm/lines/Wireframe.d.ts
examples/jsm/lines/WireframeGeometry2.d.ts
Expand Down
1 change: 1 addition & 0 deletions types/three/examples/jsm/libs/meshopt_decoder.module.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'meshoptimizer/meshopt_decoder.module';
3 changes: 2 additions & 1 deletion types/three/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@tweenjs/tween.js": "~18.6.4",
"fflate": "~0.6.9",
"lil-gui": "~0.17.0"
"lil-gui": "~0.17.0",
"meshoptimizer": "~0.18.1"
}
}

0 comments on commit 4eb636d

Please sign in to comment.