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