CDN Resources for 05test

Quick access to CDN links for the 05test package

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

Package Installation

npm
npm install 05test
yarn
yarn add 05test
pnpm
pnpm add 05test

CDN Links

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