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';