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.

8 lines 216 B
import Axes, * as modules from "./index"; for (var name_1 in modules) { Axes[name_1] = modules[name_1]; } module.exports = Axes; export default Axes; export * from "./index"; //# sourceMappingURL=index.cjs.js.map