svg-exportJS icon indicating copy to clipboard operation
svg-exportJS copied to clipboard

A Javascript library to export svg charts from the DOM and download them as an SVG file, PDF, or raster image (JPEG, PNG) format. Can be done all in client-side.

Results 8 svg-exportJS issues
Sort by recently updated
recently updated
newest added

Hi there! Your library looks promising any plans to release it as a javascript module via NPM?

I'm using svg-export for exporting in various formats, and, coming from the same SVG object with color #007bc4 the color in JPG is instead #017bc4. It doesn't happen when exporting...

I've been struggling with using this package in my React project. I downloaded the min.js file and added it to my project. Locally all works fine, but in the container...

Great library! I was just wondering if you would consider hosting the script on a proper cdn like cdnjs or jsDelivr so that I could properly tag my imports with...

Downloading png or jpeg results in a blank page. SVG, PDF, and PNG (SVG string) works fine. These were all previously working until I guess some browser update crashed things....

Hello! Thanks for your module. According to the view box definition https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox , the numbers could be separated with commas or spaces. I was importing a d3 generated svg with...