leaflet-with-bouncing-markers
v0.1.0
Published
Add bouncing markers to leaflet.
Readme
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-markersDocumentation
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';