CDN Resources for 03test

Quick access to CDN links for the 03test package

CDN Resources for 03test
Various ways to access 03test via Content Delivery Networks

Package Installation

npm
npm install 03test
yarn
yarn add 03test
pnpm
pnpm add 03test

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/03test"></script>
Unpkg
<script src="https://unpkg.com/03test"></script>
jsDelivr ESM
<script type="module">
  import 03test from 'https://cdn.jsdelivr.net/npm/03test/+esm';
</script>
Skypack
<script type="module">
  import 03test from 'https://cdn.skypack.dev/03test';
</script>