elm-pep
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i elm-pep

    Weekly Downloads

    4,096

    Version

    1.0.6

    License

    MPL-2.0

    Unpacked Size

    34 kB

    Total Files

    9

    Last publish

    Collaborators

    • ahocevar