# svg-baker

Latest version **1.7.0** (published 2020-04-08) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.7.0 |
| Published | 2020-04-08 |
| First published | 2017-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 13 |
| Unpacked size | 20.6 KB |
| Known vulnerabilities | 0 (+9 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 174 |
| Author | JetBrains |
| Maintainers | kisenka |

## Links

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

## Dependencies (13)

- [he](https://npm.io/package/he.md) ^1.1.1
- [clone](https://npm.io/package/clone.md) ^2.1.1
- [postcss](https://npm.io/package/postcss.md) ^5.2.17
- [bluebird](https://npm.io/package/bluebird.md) ^3.5.0
- [traverse](https://npm.io/package/traverse.md) ^0.6.6
- [image-size](https://npm.io/package/image-size.md) ^0.5.1
- [micromatch](https://npm.io/package/micromatch.md) 3.1.0
- [loader-utils](https://npm.io/package/loader-utils.md) ^1.1.0
- [query-string](https://npm.io/package/query-string.md) ^4.3.2
- [merge-options](https://npm.io/package/merge-options.md) 1.0.1
- [posthtml-svg-mode](https://npm.io/package/posthtml-svg-mode.md) ^1.0.3
- [posthtml-rename-id](https://npm.io/package/posthtml-rename-id.md) ^1.0
- [postcss-prefix-selector](https://npm.io/package/postcss-prefix-selector.md) ^1.6.0

## Recent versions

- 1.7.0 (latest) — 2020-04-08
- 2.0.2-alpha.0 (alpha) — 2018-04-09
- 2.1.0-alpha.10475b37 (canary) — 2018-04-09
- 1.6.0 — 2020-04-01
- 1.5.0 — 2019-07-23
- 1.4.1 — 2019-04-27
- 1.4.0 — 2018-10-29
- 1.3.0 — 2018-09-19
- 2.0.2 — 2018-04-13
- 1.3.0-alpha.76401928 — 2018-04-09
- 1.2.17 — 2017-12-27
- 1.2.16 — 2017-10-23
- 1.2.15 — 2017-10-23
- 1.2.14 — 2017-10-16
- 1.2.13 — 2017-08-20
- … 17 more at https://npm.io/package/svg-baker/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 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
