elm-pep

elm-pep JS library on GitHub elm-pep JS library on npm Download elm-pep JS library

npm package for https://github.com/mpizenberg/elm-pep

Version 1.0.6 License MPL-2.0 Vulnerabilities 0
elm-pep has no homepage
elm-pep JS library on GitHub
elm-pep JS library on npm
Download elm-pep JS library
Keywords
pointereventpointereventpolyfilltouchmouse

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.