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