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