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.

7 lines (6 loc) 185 B
const version = require("./package.json").version; module.exports = { files: "./dist/*.js", from: [/#__VERSION__#/g, /\/\*\*\s\@class\s\*\//g], to: [version, "/*#__PURE__*/"], };