elm-pep
v1.0.6
Published
npm package for https://github.com/mpizenberg/elm-pep
Downloads
29,864
Maintainers
Readme
elm-pep
npm package for elm-pep, a minimalist pointer events polyfill.
Usage
Install with
npm install elm-pepInclude in your code with
import 'elm-pep';or configure your bundler to use elm-pep as first entry. For webpack, that would be something like
entry: ['elm-pep', './src/index.js']in webpack.config.js.
