Skip to content

Commit

Permalink
fix: tree-shake remaining libs (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett authored Oct 9, 2023
1 parent 086fadb commit 35e55ad
Show file tree
Hide file tree
Showing 8 changed files with 12,272 additions and 23 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@
"@types/webxr": "^0.5.2",
"draco3d": "^1.4.1",
"fflate": "^0.6.9",
"ktx-parse": "^0.4.5",
"mmd-parser": "^1.0.4",
"potpack": "^1.0.1",
"zstddec": "^0.0.2"
"potpack": "^1.0.1"
},
"peerDependencies": {
"three": ">=0.128.0"
Expand Down
2 changes: 1 addition & 1 deletion src/exporters/MMDExporter.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Matrix4, Quaternion, Vector3, Bone, SkinnedMesh } from 'three'
// @ts-ignore
import { CharsetEncoder } from 'mmd-parser'
import { CharsetEncoder } from '../libs/mmdparser'

/**
* Dependencies
Expand Down
Loading

0 comments on commit 35e55ad

Please sign in to comment.