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