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

13 lines
1.4 KiB
JavaScript

shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$init = function(global, require, module, exports) {
global = require("module$node_modules$pixi_DOT_js$lib$extensions$Extensions");
module = require("module$node_modules$pixi_DOT_js$lib$rendering$mask$alpha$AlphaMask");
exports = require("module$node_modules$pixi_DOT_js$lib$rendering$mask$color$ColorMask");
var StencilMask = require("module$node_modules$pixi_DOT_js$lib$rendering$mask$stencil$StencilMask"), BufferImageSource = require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$texture$sources$BufferImageSource"), CanvasSource = require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$texture$sources$CanvasSource"), ImageSource = require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$texture$sources$ImageSource"), VideoSource = require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$texture$sources$VideoSource");
require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$texture$utils$textureFrom");
require("module$node_modules$pixi_DOT_js$lib$rendering$mask$MaskEffectManager");
"use strict";
global.extensions.add(module.AlphaMask, exports.ColorMask, StencilMask.StencilMask, VideoSource.VideoSource, ImageSource.ImageSource, CanvasSource.CanvasSource, BufferImageSource.BufferImageSource);
};
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$init.js.map