esbuild icon indicating copy to clipboard operation
esbuild copied to clipboard

[Feature] Ability to save charts from Bundle Size Analyzer as svg files

Open garysassano opened this issue 10 months ago • 2 comments

I would like to export the charts generated by the Bundle Size Analyzer as svg files to freely embed them into HTML web pages and Markdown files.

garysassano avatar Apr 19 '24 21:04 garysassano

One way to do this that already exists is to right-click and "Save Image As". This feature is provided by the browser on any <canvas> element and works in Chrome and Firefox.

evanw avatar May 08 '24 19:05 evanw

I know about that option, but I was specifically looking for a vector image that can scale infinitely.

garysassano avatar May 08 '24 21:05 garysassano