You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should it be added to pre-commit hooks, or is it good enough to do once-off ops?
Similarly, should we use 384 instead (128 x3 for hi-dpi screens)? I was able to get weETH to 55K at 384, for instance. Not sure where we're even using this asset, though; I only see the SVG in use.
Once off will do. [A precommit that checked the file sizes could be useful though]
Largest they are displayed in app is 48x48.
If there is X.svg and X.png in single-assets/ then X.png can be deleted as app will pick the .svg over the .png.
PNGs can be resized down to 128x128 if larger and losslessly compressed
SVGs can be losslessly compressed (e.g. with SVGO)
The text was updated successfully, but these errors were encountered: