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