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

9 lines
706 B
JavaScript

shadow$provide.module$node_modules$pixi_DOT_js$lib$assets$detections$parsers$detectWebm = function(global, require, module, exports) {
global = require("module$node_modules$pixi_DOT_js$lib$extensions$Extensions");
var testVideoFormat = require("module$node_modules$pixi_DOT_js$lib$assets$detections$utils$testVideoFormat");
"use strict";
exports.detectWebm = {extension:{type:global.ExtensionType.DetectionParser, priority:0}, test:async() => testVideoFormat.testVideoFormat("video/webm"), add:async formats => [...formats, "webm"], remove:async formats => formats.filter(f => "webm" !== f)};
};
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$assets$detections$parsers$detectWebm.js.map