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