# Dokumentation Dies ist die Dokumentation von STSG. ## Favicon bauen Dies ist einfach nur ein hilfreiches Skript um favicons zu erstellen. Dies ist nicht unbedingt notwendig. Aber bei verwendung muss inkscape und imagemagick installiert sein. ``` cd src/static/assets inkscape -w 16 -h 16 -o 16.png logo.svg inkscape -w 32 -h 32 -o 32.png logo.svg inkscape -w 48 -h 48 -o 48.png logo.svg convert 16.png 32.png 48.png ../icon.ico ```