CDN Resources for archiver
Various ways to access archiver via Content Delivery Networks
Package Installation
npm
npm install archiver
yarn
yarn add archiver
pnpm
pnpm add archiver
CDN 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