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