Skip to content

Commit 59cc676

Browse files
authored
Add minified builds (#434)
* Add other build files * Update
1 parent 22da01b commit 59cc676

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

types/three/OTHER_FILES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
build/three.d.cts
22
build/three.d.ts
3+
build/three.min.d.ts
34
build/three.module.d.ts
5+
build/three.module.min.d.ts
46
examples/jsm/animation/AnimationClipCreator.d.ts
57
examples/jsm/csm/CSMShader.d.ts
68
examples/jsm/controls/MapControls.d.ts

types/three/build/three.min.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from '../src/Three';
2+
export as namespace THREE;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from '../src/Three';
2+
export as namespace THREE;

0 commit comments

Comments
 (0)