CDN Resources for mapbox-gl-draw
Various ways to access mapbox-gl-draw via Content Delivery Networks
Package Installation
npm
npm install mapbox-gl-draw
yarn
yarn add mapbox-gl-draw
pnpm
pnpm add mapbox-gl-draw
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/mapbox-gl-draw"></script>
Unpkg
<script src="https://unpkg.com/mapbox-gl-draw"></script>
jsDelivr ESM
<script type="module">
import mapboxgldraw from 'https://cdn.jsdelivr.net/npm/mapbox-gl-draw/+esm';
</script>
Skypack
<script type="module">
import mapboxgldraw from 'https://cdn.skypack.dev/mapbox-gl-draw';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages