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