/svg-mixer

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

Primary LanguageJavaScriptMIT LicenseMIT

SVG Baker Build Status Coverage Status

Node.js library for creating and manipulating SVG sprites. Build on top of posthtml.

Work in progress!

Prerequisites

  • Node.js >= 6 for usage and Node.js >= 7 for development (some tests use async/await).
  • yarn.

Introduction

This project contain multiple packages which managed by Lerna.

Installation

Just npm install or yarn install.

Scripts

  • yarn test - run mocha in every package.
  • yarn coverage - collect coverage info.

Credits