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