mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 09:03:29 +00:00
7 lines
439 B
TypeScript
7 lines
439 B
TypeScript
export { default as Canvas } from './CanvasTextureParser';
|
|
export { default as Image } from './ImageTextureParser';
|
|
export { default as SpriteSheet } from './SpriteSheetTextureParser';
|
|
export { default as JSONArray } from './JSONArrayTextureParser';
|
|
export { default as JSONHash } from './JSONHashTextureParser';
|
|
export { default as StarlingXML } from './StarlingXMLTextureParser';
|
|
export { default as Pyxel } from './PyxelTextureParser';
|