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