@image/packer
Version:
image packer
8 lines (7 loc) • 350 B
text/typescript
export {
AtlasInputNotResolved, ConvertOptions, ILayoutConfig, SpritesheetExportConfig,
IImageProcessor, Logger, IRect, Size, Dictionary, ICache,
IGeneratorOutput, AtlasOutput, LoadingInformation, ImagePart
} from './generator';
export {spriteProcess} from './processor';
export {packer, IGenerateOptions, IEnvironment} from './packer';