Files
Foundry-VTT-Docker/resources/app/node_modules/@pixi/graphics/lib/index.mjs.map
2025-01-04 00:34:03 +01:00

1 line
1.4 KiB
Plaintext

{"version":3,"file":"index.mjs","sources":["../src/index.ts"],"sourcesContent":["/// <reference path=\"../global.d.ts\" />\nimport {\n ArcUtils,\n BATCH_POOL,\n BatchPart,\n BezierUtils,\n buildCircle,\n buildLine,\n buildPoly,\n buildRectangle,\n buildRoundedRectangle,\n DRAW_CALL_POOL,\n FILL_COMMANDS,\n QuadraticUtils,\n} from './utils';\n\nimport type { BatchDrawCall, SHAPES } from '@pixi/core';\nimport type { IShapeBuildCommand } from './utils/IShapeBuildCommand';\n\nexport * from './const';\nexport * from './Graphics';\nexport * from './GraphicsData';\nexport * from './GraphicsGeometry';\nexport * from './styles/FillStyle';\nexport * from './styles/LineStyle';\n\nexport const graphicsUtils = {\n buildPoly: buildPoly as IShapeBuildCommand,\n buildCircle: buildCircle as IShapeBuildCommand,\n buildRectangle: buildRectangle as IShapeBuildCommand,\n buildRoundedRectangle: buildRoundedRectangle as IShapeBuildCommand,\n buildLine,\n ArcUtils,\n BezierUtils,\n QuadraticUtils,\n BatchPart,\n FILL_COMMANDS: FILL_COMMANDS as Record<SHAPES, IShapeBuildCommand>,\n BATCH_POOL: BATCH_POOL as Array<BatchPart>,\n DRAW_CALL_POOL: DRAW_CALL_POOL as Array<BatchDrawCall>\n};\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;AA0BO,MAAM,gBAAgB;AAAA,EACzB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACJ;"}