diff --git a/src/components/download.js b/src/components/download.js index 6bee702..ffd7468 100644 --- a/src/components/download.js +++ b/src/components/download.js @@ -73,7 +73,7 @@ export async function download_as_png (svg) { const opts = { fitTo: { mode: 'width', // If you need to change the size - value: 400, + value: 1200, } }; const resvgJS = new resvg.Resvg(svgstr, opts)