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