9 lines
700 B
JavaScript
9 lines
700 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$assets$detections$parsers$detectOgv = 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.detectOgv = {extension:{type:global.ExtensionType.DetectionParser, priority:0}, test:async() => testVideoFormat.testVideoFormat("video/ogg"), add:async formats => [...formats, "ogv"], remove:async formats => formats.filter(f => "ogv" !== f)};
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$assets$detections$parsers$detectOgv.js.map
|