gatsby-plugin-fastclick
Make your Gatsby app more responsive on touch devices with Fastclick.
Usage
In your gatsby-config.js
, add:
module.exports = {
plugins: [
'gatsby-plugin-fastclick'
]
}
Make your Gatsby app more responsive on touch devices with Fastclick.
In your gatsby-config.js
, add:
module.exports = {
plugins: [
'gatsby-plugin-fastclick'
]
}
npm i gatsby-plugin-fastclick
17
1.0.1
MIT