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