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