import { settings } from '@pixi/settings'; /** * The prefix that denotes a URL is for a retina asset. * * @static * @name RETINA_PREFIX * @memberof PIXI.settings * @type {RegExp} * @default /@([0-9\.]+)x/ * @example `@2x` */ settings.RETINA_PREFIX = /@([0-9\.]+)x/; export { settings };