elm-pep

WebJar for elm-pep

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

elm-pep
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

elm-pep
WebJar for elm-pep
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/ahocevar/elm-pep

Download elm-pep

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/elm-pep/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>elm-pep</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/elm-pep/
implementation 'org.webjars.npm:elm-pep:1.0.6'
// https://jarcasting.com/artifacts/org.webjars.npm/elm-pep/
implementation ("org.webjars.npm:elm-pep:1.0.6")
'org.webjars.npm:elm-pep:jar:1.0.6'
<dependency org="org.webjars.npm" name="elm-pep" rev="1.0.6">
  <artifact name="elm-pep" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='elm-pep', version='1.0.6')
)
libraryDependencies += "org.webjars.npm" % "elm-pep" % "1.0.6"
[org.webjars.npm/elm-pep "1.0.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.6