@twoavy/device-logging
v1.0.1
Published
Log device info to the backend
Downloads
4
Keywords
Readme
device-logging
A javascript library for logging device related info to an API.
Installation
npm i @twoavy/device-logging
OR
yarn add @twoavy/device-logging
import TouchFeedback from '@twoavy/device-logging';
Usage
Vue.use(TouchFeedback, {
size: 50, // px
color: '#fff',
event: 'touchend'
})