UNPKG

@bscotch/stitch

Version:

Stitch: The GameMaker Studio 2 Asset Pipeline Development Kit.

5 lines 271 B
import { dirname, resolve } from 'path'; import { fileURLToPath } from 'url'; export const packageDirectory = resolve(dirname(fileURLToPath(import.meta.url)), '..'); export const assetsDirectory = resolve(packageDirectory, 'assets'); //# sourceMappingURL=constants.js.map