# @resonate/theme-skins

> Theme skins

Latest version **1.1.2** (published 2019-08-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @resonate/theme-skins
pnpm add @resonate/theme-skins
yarn add @resonate/theme-skins
bun add @resonate/theme-skins
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2019-08-14 |
| First published | 2019-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 169 |
| Author | Augustin Godiscal |
| Maintainers | resonatecoop |

## Links

- npm: https://www.npmjs.com/package/@resonate/theme-skins
- Repository: https://github.com/resonatecoop/stream2own
- Homepage: https://github.com/resonatecoop/stream2own#readme
- Issues: https://github.com/resonatecoop/stream2own/issues
- npm.io page: https://npm.io/package/@resonate/theme-skins

## Recent versions

- 1.1.2 (latest) — 2019-08-14
- 1.1.1 — 2019-07-11
- 1.1.0 — 2019-04-19
- 1.0.0 — 2019-04-16

## README

# @resonate/theme-skins

## Installation

```sh
$ npm i --save @resonate/theme-skins
```

## Usage

```javascript

const html = require('choo/html')
const { background } = require('@resonate/theme-skins')

const el = html`<div class=${background}></div>`

document.body.appendChild(el)

```

## License

MIT

## Author(s)

- Augustin Godiscal <auggod@resonate.is>

---
_Source: https://npm.io/package/@resonate/theme-skins · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
