13 lines
1.0 KiB
JavaScript
13 lines
1.0 KiB
JavaScript
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
|