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