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