CDN Resources for load-json-file
Various ways to access load-json-file via Content Delivery Networks
Package Installation
npm
npm install load-json-fileyarn
yarn add load-json-filepnpm
pnpm add load-json-fileCDN 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