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