add db indication in the title

This commit is contained in:
Guy Ben-Aharon
2024-08-23 00:33:06 +03:00
parent f8c27a9e97
commit 9c23111ebc
12 changed files with 62 additions and 39 deletions

View File

@@ -85,6 +85,7 @@ export const ExportImageProvider: React.FC<React.PropsWithChildren> = ({
height: `${imageHeight}px`,
transform: `translate(${viewport.x}px, ${viewport.y}px) scale(${viewport.zoom})`,
},
quality: 1,
}
);