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