CDN Resources for 12factor-config
Various ways to access 12factor-config via Content Delivery Networks
Package Installation
npm
npm install 12factor-configyarn
yarn add 12factor-configpnpm
pnpm add 12factor-configCDN 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