@phaserjs/phaser
Version:
13 lines • 717 B
TypeScript
import { AddFrame } from './AddFrame';
import { AddFrames } from './AddFrames';
import { Animation } from './Animation';
import { AnimationFrame } from './AnimationFrame';
import { CalculateDuration } from './CalculateDuration';
import { CreateAnimData } from './CreateAnimData';
import { CreateAnimationFromAtlas } from './CreateAnimationFromAtlas';
import { LinkFrames } from './LinkFrames';
import { Play } from './Play';
import { RemoveFrame } from './RemoveFrame';
import { RemoveFrames } from './RemoveFrames';
export { AddFrame, AddFrames, Animation, AnimationFrame, CalculateDuration, CreateAnimData, CreateAnimationFromAtlas, LinkFrames, Play, RemoveFrame, RemoveFrames };
//# sourceMappingURL=index.d.ts.map