CDN Resources for strip-json-comments
Various ways to access strip-json-comments via Content Delivery Networks
Package Installation
npm
npm install strip-json-commentsyarn
yarn add strip-json-commentspnpm
pnpm add strip-json-commentsCDN 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