Const
Regexp for data URI. Based on: https://github.com/ragingwind/data-uri-regex
PIXI
import { DATA_URI } from 'pixi.js';DATA_URI.test('data:image/png;base64,foobar'); // => true Copy
import { DATA_URI } from 'pixi.js';DATA_URI.test('data:image/png;base64,foobar'); // => true
Generated using TypeDoc
Regexp for data URI. Based on: https://github.com/ragingwind/data-uri-regex