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