DetailsPanel: up PNG download size to 256px

This commit is contained in:
rektdeckard
2020-10-25 20:16:43 -04:00
parent 3055fbb955
commit 3b0d30ed04

View File

@@ -122,7 +122,7 @@ const DetailsPanel: React.FC<InfoPanelProps> = (props) => {
Svg2Png.save( Svg2Png.save(
ref.current, ref.current,
`${name}${weight === "regular" ? "" : `-${weight}`}.png`, `${name}${weight === "regular" ? "" : `-${weight}`}.png`,
{ scaleX: 1.334, scaleY: 1.334 } { scaleX: 2.667, scaleY: 2.667 }
); );
}; };