Range finder and plotter
$ ng build --prod --aot
$ gulp
Copy contents of dist/
after build to root of web server.
- Get imagemagick and run this command for each icon size.
convert -size 512x512 icon.svg icon-512x512.png
- need icon size: 128x128
- need icon size: 144x144
- need icon size: 152x152
- need icon size: 192x192
- need icon size: 256x256