svg-style-inliner

v0.0.2
Inlines styles for all elements in an SVG tree. Useful for creating SVG screenshots with libs like html2canvas.

svg-style-inliner

A pure JavaScript utility to inline styles of all elements in an SVG. Useful to get accurate screenshots of SVGs with libs like html2canvas when using CSS for styling.

This code was straight ripped from the NYT's excellent svg-crowbar.

Use

import inliner from 'svg-style-inliner';

inliner(document.getElementById('your-svg'));
npm i svg-style-inliner

Metadata

  • ISC
  • Whatever
  • Jon McClure
  • released 10/18/2016

Downloads

Maintainers