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