CDN Resources for 1200-test

Quick access to CDN links for the 1200-test package

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

Package Installation

npm
npm install 1200-test
yarn
yarn add 1200-test
pnpm
pnpm add 1200-test

CDN Links

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