CDN Resources for twc
Various ways to access twc via Content Delivery Networks
Package Installation
npm
npm install twcyarn
yarn add twcpnpm
pnpm add twcCDN 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