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