Files
il/resources/public/js/cljs-runtime/module$node_modules$pixi_DOT_js$lib$assets$detections$parsers$detectAvif.js
2026-07-01 22:38:29 -06:00

10 lines
1.1 KiB
JavaScript

shadow$provide.module$node_modules$pixi_DOT_js$lib$assets$detections$parsers$detectAvif = function(global, require, module, exports) {
global = require("module$node_modules$pixi_DOT_js$lib$extensions$Extensions");
var testImageFormat = require("module$node_modules$pixi_DOT_js$lib$assets$detections$utils$testImageFormat");
"use strict";
exports.detectAvif = {extension:{type:global.ExtensionType.DetectionParser, priority:1}, test:async() => testImageFormat.testImageFormat("data:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAAAAAAcGljdAAAAAAAAAAAAAAAAGxpYmF2aWYAAAAADnBpdG0AAAAAAAEAAAAeaWxvYwAAAABEAAABAAEAAAABAAABGgAAAB0AAAAoaWluZgAAAAAAAQAAABppbmZlAgAAAAABAABhdjAxQ29sb3IAAAAAamlwcnAAAABLaXBjbwAAABRpc3BlAAAAAAAAAAIAAAACAAAAEHBpeGkAAAAAAwgICAAAAAxhdjFDgQ0MAAAAABNjb2xybmNseAACAAIAAYAAAAAXaXBtYQAAAAAAAAABAAEEAQKDBAAAACVtZGF0EgAKCBgANogQEAwgMg8f8D///8WfhwB8+ErK42A\x3d"),
add:async formats => [...formats, "avif"], remove:async formats => formats.filter(f => "avif" !== f)};
};
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$assets$detections$parsers$detectAvif.js.map