added PWA images

This commit is contained in:
Daniel Shleifman
2022-06-13 20:45:19 +03:00
parent e7b172e013
commit 33563b97c4
44 changed files with 98 additions and 60 deletions

View File

@@ -15,4 +15,7 @@
> Prettier will fix the code every time the code is saved
- `yarn lint` - to find all linting problems
- `yarn fix` - to fix code
- `yarn fix` - to fix code
### How images were generated
`npx pwa-asset-generator public/logo.png public -m public/site.webmanifest -p "calc(50vh - 25%) calc(50vw - 25%)" -b "linear-gradient(135deg, rgb(50,54,55), rgb(84,90,94))" -q 100 -i public/index.html -f`