CDN Resources for standard

Quick access to CDN links for the standard package

CDN Resources for standard
Various ways to access standard via Content Delivery Networks

Package Installation

npm
npm install standard
yarn
yarn add standard
pnpm
pnpm add standard

CDN Links

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