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