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

1 line
505 B
Plaintext

{"version":3,"file":"const.mjs","sources":["../src/const.ts"],"sourcesContent":["/**\n * Regexp for data URI.\n * Based on: {@link https://github.com/ragingwind/data-uri-regex}\n * @static\n * @type {RegExp}\n * @memberof PIXI\n * @example\n * import { DATA_URI } from 'pixi.js';\n *\n * DATA_URI.test('data:image/png;base64,foobar'); // => true\n */\nexport const DATA_URI = /^\\s*data:(?:([\\w-]+)\\/([\\w+.-]+))?(?:;charset=([\\w-]+))?(?:;(base64))?,(.*)/i;\n"],"names":[],"mappings":"AAWO,MAAM,WAAW;"}