UNPKG

@bscotch/stitch

Version:

Stitch: The GameMaker Studio 2 Asset Pipeline Development Kit.

11 lines 347 B
import { StitchProject } from './lib/StitchProject.js'; export * from './lib/StitchProject.js'; export * from './lib/StitchProjectConfig.js'; export { StitchProject as default } from './lib/StitchProject.js'; /** * Legacy alias for `StitchProject`. * * @deprecated */ export const Gms2Project = StitchProject; //# sourceMappingURL=index.js.map