1.0.6 • Published 4 years ago

elm-pep v1.0.6

Weekly downloads
9,307
License
MPL-2.0
Repository
github
Last release
4 years ago

elm-pep

npm package for elm-pep, a minimalist pointer events polyfill.

Usage

Install with

npm install elm-pep

Include 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.