JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 479
  • Score
    100M100P100Q159253F
  • License MPL-2.0

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

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