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