# emotion

[![npm version](https://img.shields.io/npm/v/@esm-bundle/emotion.svg?style=flat)](https://www.npmjs.com/package/@esm-bundle/emotion) [![build status](https://travis-ci.com/esm-bundle/emotion.svg?branch=master)](https://travis-ci.com/esm-bundle/emotion) [![](https://data.jsdelivr.com/v1/package/npm/@esm-bundle/emotion/badge)](https://www.jsdelivr.com/package/npm/@esm-bundle/emotion)

["What is this" blog post](https://medium.com/@joeldenning/an-esm-bundle-for-any-npm-package-5f850db0e04d)

Upstream repo at https://github.com/emotion-js/emotion.

## JS Delivr

### Production

https://cdn.jsdelivr.net/npm/@esm-bundle/emotion/esm/emotion.min.js

https://cdn.jsdelivr.net/npm/@esm-bundle/emotion/system/emotion.min.js

### Development

https://cdn.jsdelivr.net/npm/@esm-bundle/emotion/esm/emotion.js

https://cdn.jsdelivr.net/npm/@esm-bundle/emotion/system/emotion.js

## Unpkg

### Production

https://unpkg.com/@esm-bundle/emotion/esm/emotion.min.js

https://unpkg.com/@esm-bundle/emotion/system/emotion.min.js

### Development

https://unpkg.com/@esm-bundle/emotion/esm/emotion.js

https://unpkg.com/@esm-bundle/emotion/system/emotion.js

## Npm

```sh
npm install --save emotion@npm:@esm-bundle/emotion
```

## Yarn

```sh
yarn add emotion@npm:@esm-bundle/emotion
```
