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.

19 lines (18 loc) • 254 B
language: node_js node_js: - "12" dist: trusty sudo: false install: - npm install addons: chrome: stable cache: directories: - "node_modules" before_script: - npm run lint script: - npm run coverage after_success: - npm run coveralls