sky-music / sky-python-music-sheet-maker

Make visual music sheets for thatskygame (graphical representations of the Sky keyboard)
MIT License
29 stars 10 forks source link

HTML/CSS overhaul to reduce file size #222

Closed jmmelko closed 3 years ago

jmmelko commented 3 years ago

Change the coding of the HTML sheets to use CSS grid and flex properties, and custom tags defining SVG images as data URIs, to use as background images.

should reduce HTML size by a half.

Thanks to @Specy-Wot for that.