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