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

30 lines
1.5 KiB
JavaScript

shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$texture$const = function(global, require, module, exports) {
var deprecation = require("module$node_modules$pixi_DOT_js$lib$utils$logging$deprecation");
"use strict";
var DEPRECATED_WRAP_MODES = (DEPRECATED_WRAP_MODES2 => {
DEPRECATED_WRAP_MODES2.CLAMP = "clamp-to-edge";
DEPRECATED_WRAP_MODES2.REPEAT = "repeat";
DEPRECATED_WRAP_MODES2.MIRRORED_REPEAT = "mirror-repeat";
return DEPRECATED_WRAP_MODES2;
})(DEPRECATED_WRAP_MODES || {});
global = new Proxy(DEPRECATED_WRAP_MODES, {get(target, prop) {
deprecation.deprecation(deprecation.v8_0_0, `DRAW_MODES.${prop} is deprecated, use '${DEPRECATED_WRAP_MODES[prop]}' instead`);
return target[prop];
}});
var DEPRECATED_SCALE_MODES = (DEPRECATED_SCALE_MODES2 => {
DEPRECATED_SCALE_MODES2.NEAREST = "nearest";
DEPRECATED_SCALE_MODES2.LINEAR = "linear";
return DEPRECATED_SCALE_MODES2;
})(DEPRECATED_SCALE_MODES || {});
require = new Proxy(DEPRECATED_SCALE_MODES, {get(target, prop) {
deprecation.deprecation(deprecation.v8_0_0, `DRAW_MODES.${prop} is deprecated, use '${DEPRECATED_SCALE_MODES[prop]}' instead`);
return target[prop];
}});
exports.DEPRECATED_SCALE_MODES = DEPRECATED_SCALE_MODES;
exports.DEPRECATED_WRAP_MODES = DEPRECATED_WRAP_MODES;
exports.SCALE_MODES = require;
exports.WRAP_MODES = global;
};
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$texture$const.js.map