UNPKG

@egjs/axes

Version:

A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.

13 lines 214 B
var win; if (typeof window === "undefined") { win = { navigator: { userAgent: "", }, }; } else { win = window; } export { win as window }; //# sourceMappingURL=browser.js.map