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