Library to allow batching and rendering of SVGs onto the canvas EFFICIENTLY. Currently only compatible w/ simple geometry.


Keywords
svg, canvas, batch, fast, 2d
License
GPL-3.0
Install
npm install svg2canvas@0.0.6

Documentation

svg2canvas

npm deps Install Size Downloads

svg2canvas is a utility library that helps to turn SVGs into fast run-time drawings for the JavaScript 2D canvas.

Installation

$ npm install svg2canvas --save