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