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