Add back in the main entry point content

This commit is contained in:
Sean Boult 2018-07-17 13:58:27 -05:00
parent a48f935f06
commit e6be73fc9d
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
export {
SkinObject,
CapeObject,
PlayerObject
} from "./model";
export {
SkinViewer
} from "./viewer";
export {
OrbitControls,
createOrbitControls
} from "./orbit_controls";
export {
invokeAnimation,
CompositeAnimation,
WalkingAnimation,
RunningAnimation,
RotatingAnimation
} from "./animation";
export {
isSlimSkin
} from "./utils";