Files
il/resources/public/js/cljs-runtime/module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$program$preprocessors$stripVersion.js
2026-07-01 22:38:29 -06:00

8 lines
414 B
JavaScript

shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$program$preprocessors$stripVersion = function(global, require, module, exports) {
exports.stripVersion = function(src, isES300) {
return isES300 ? src.replace("#version 300 es", "") : src;
};
};
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$program$preprocessors$stripVersion.js.map