npm install leafletyarn add leafletpnpm add leaflet<script src="https://fastly.jsdelivr.net/npm/leaflet"></script><script src="https://unpkg.com/leaflet"></script><script type="module">
import leaflet from 'https://cdn.jsdelivr.net/npm/leaflet/+esm';
</script><script type="module">
import leaflet from 'https://cdn.skypack.dev/leaflet';
</script>