UNPKG

@pixi/utils

Version:

Collection of utilities used by PixiJS

13 lines (12 loc) 299 B
/** * Regexp for data URI. * Based on: {@link https://github.com/ragingwind/data-uri-regex} * @static * @type {RegExp} * @memberof PIXI * @example * import { DATA_URI } from 'pixi.js'; * * DATA_URI.test('data:image/png;base64,foobar'); // => true */ export declare const DATA_URI: RegExp;