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