# svg-baker-runtime

Latest version **1.4.7** (published 2020-04-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install svg-baker-runtime
pnpm add svg-baker-runtime
yarn add svg-baker-runtime
bun add svg-baker-runtime
```

## Health

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

Positive: has types package; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.7 |
| Published | 2020-04-28 |
| First published | 2017-04-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/svg-baker-runtime) |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 65.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 174 |
| Author | JetBrains |
| Maintainers | kisenka |

## Links

- npm: https://www.npmjs.com/package/svg-baker-runtime
- Repository: https://github.com/JetBrains/svg-mixer/tree/v1/packages/svg-baker-runtime
- npm.io page: https://npm.io/package/svg-baker-runtime

## Dependencies (3)

- [mitt](https://npm.io/package/mitt.md) 1.1.2
- [deepmerge](https://npm.io/package/deepmerge.md) 1.3.2
- [svg-baker](https://npm.io/package/svg-baker.md) ^1.7.0

## Recent versions

- 1.4.7 (latest) — 2020-04-28
- 1.3.4-alpha.0 (alpha) — 2018-04-09
- 1.4.0-alpha.10475b37 (canary) — 2018-04-09
- 1.4.6 — 2020-04-12
- 1.4.5 — 2020-04-08
- 1.4.4 — 2020-04-01
- 1.4.3 — 2019-07-23
- 1.4.2 — 2019-04-27
- 1.4.1 — 2019-04-27
- 1.4.0 — 2018-10-29
- 1.3.5 — 2018-04-13
- 1.3.4 — 2018-04-13
- 1.3.3 — 2017-08-31
- 1.3.2 — 2017-08-16
- 1.3.1 — 2017-08-16
- … 15 more at https://npm.io/package/svg-baker-runtime/versions

## README

[![obsolete JetBrains project](https://jb.gg/badges/obsolete.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

# SVG Mixer

Node.js toolset for generating & transforming SVG images and sprites in modern way. 

**Under heavy development. Docs in progress. Stay tuned!**

Main tools:

- [svg-mixer](packages/svg-mixer) - SVG sprites generating and transforming library.
- [postcss-svg-mixer](packages/postcss-svg-mixer) - PostCSS plugin for creating SVG sprites.
- [gulp-svg-mixer](packages/gulp-svg-mixer) - Gulp plugin for creating SVG sprites.
- [postsvg](packages/postsvg) - PostHTML wrapper optimized for working with SVG.
- [svg-transform-loader](packages/svg-transform-loader) - webpack loader for transforming SVG.

Other:

- [posthtml-transform](packages/posthtml-transform) - PostHTML plugin to modify tags and attributes.
- [posthtml-rename-id](packages/posthtml-rename-id) - PostHTML plugin to rename id attributes and it's references.
- [postcss-move-props-to-bg-image-query](packages/postcss-move-props-to-bg-image-query) - 
  PostCSS plugin for moving CSS declarations to background image as query string.

## Prerequisites

- [Yarn](https://yarnpkg.com) >= 1.
- [Node.js](https://nodejs.org) >= 8.

## Setup

Dependencies managed by Yarn workspaces, lifecycle (build, test, release) performed by [Lerna](https://github.com/lerna/lerna).
To setup the project install dependencies: 

```sh
yarn install
```

## License 

Apache 2.0

---
_Source: https://npm.io/package/svg-baker-runtime · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
