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