npm package for https://github.com/mpizenberg/elm-pep
npm install elm-pepnpm package for elm-pep, a minimalist pointer events polyfill.
Install with
npm install elm-pep
Include in your code with
``js`
import 'elm-pep';elm-pep
or configure your bundler to use as first entry. For webpack, that would be something like`js`
entry: ['elm-pep', './src/index.js']webpack.config.js`.
in