Merge branch 'feature-big-pngs' into feature-clip-web-version

Pulling the large pngs into this branch
This commit is contained in:
Mike Lynch 2025-03-26 18:57:35 +11:00
commit 0f066251ca

View File

@ -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)