@resonate/choo-plugins
v1.1.2
Published
All choo plugins for resonate
Downloads
4
Readme
@resonate/choo-plugins
Library for all choo plugins in resonate frontend projects
- Full screen
- Gestures
- Offline/online detection
- Resize event
- Tabbing
- Theme
- Visibility
Installation
$ npm i --save @resonate/choo-plugins
Usage
const { offlineDetect: offlineDetectPlugin } = require('@resonate/choo-plugins')
const app = choo()
app.use(offlineDetectPlugin())
License
MIT
Author(s)
- Augustin Godiscal [email protected]