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