0.1.0 • Published 7 years ago

leaflet-with-bouncing-markers v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

leaflet-with-bouncing-markers

(at least the name is clear ^_^) A fork of leaflet.bouncemarker and just adds the ability to import it instead of the default leaflet

Installation

Leaflet is NOT included by default so you can install the latest version directly

    npm install --save leaflet leaflet-with-bouncing-markers
    # or using Yarn
    yarn add leaflet leaflet-with-bouncing-markers

Documentation

Head to the original repo for the documentation about how to use the api after importing it

    import Leaflet from 'leaflet-with-bouncing-markers';
    // Instead of
    import Leaflet from 'leaflet';