Package Exports
- elm-pep
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (elm-pep) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.