Add bouncing markers to leaflet.
npm install leaflet-with-bouncing-markersleaflet-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
``sh`
npm install --save leaflet leaflet-with-bouncing-markers
# or using Yarn
yarn add leaflet leaflet-with-bouncing-markers
`js``
import Leaflet from 'leaflet-with-bouncing-markers';
// Instead of
import Leaflet from 'leaflet';