CDN Resources for metalsmith

Quick access to CDN links for the metalsmith package

CDN Resources for metalsmith
Various ways to access metalsmith via Content Delivery Networks

Package Installation

npm
npm install metalsmith
yarn
yarn add metalsmith
pnpm
pnpm add metalsmith

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/metalsmith"></script>
Unpkg
<script src="https://unpkg.com/metalsmith"></script>
jsDelivr ESM
<script type="module">
  import metalsmith from 'https://cdn.jsdelivr.net/npm/metalsmith/+esm';
</script>
Skypack
<script type="module">
  import metalsmith from 'https://cdn.skypack.dev/metalsmith';
</script>