sdfsdfs
This commit is contained in:
8
node_modules/pixi.js/lib/utils/browser/isMobile.mjs
generated
vendored
Normal file
8
node_modules/pixi.js/lib/utils/browser/isMobile.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import isMobileJs from 'ismobilejs';
|
||||
|
||||
"use strict";
|
||||
const isMobileCall = isMobileJs.default ?? isMobileJs;
|
||||
const isMobile = isMobileCall(globalThis.navigator);
|
||||
|
||||
export { isMobile };
|
||||
//# sourceMappingURL=isMobile.mjs.map
|
Reference in New Issue
Block a user