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