initial commit

This commit is contained in:
2026-07-01 22:38:29 -06:00
commit 9302ad8dce
1662 changed files with 140758 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
shadow$provide.module$node_modules$pixi_DOT_js$lib$utils$sayHello = function(global, require, module, exports) {
var adapter = require("module$node_modules$pixi_DOT_js$lib$environment$adapter"), _const = require("module$node_modules$pixi_DOT_js$lib$utils$const");
"use strict";
let saidHello = !1;
exports.sayHello = function(type) {
saidHello || (-1 < adapter.DOMAdapter.get().getNavigator().userAgent.toLowerCase().indexOf("chrome") ? globalThis.console.log(`%c %c %c %c %c PixiJS %c v${_const.VERSION} (${type}) http://www.pixijs.com/
`, "background: #E72264; padding:5px 0;", "background: #6CA2EA; padding:5px 0;", "background: #B5D33D; padding:5px 0;", "background: #FED23F; padding:5px 0;", "color: #FFFFFF; background: #E72264; padding:5px 0;", "color: #E72264; background: #FFFFFF; padding:5px 0;") : globalThis.console && globalThis.console.log(`PixiJS ${_const.VERSION} - ${type} - http://www.pixijs.com/`), saidHello = !0);
};
};
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$utils$sayHello.js.map