vg-mjg/mjg-repo

random wwyd pt2

Closed this issue · 6 comments

We will launch this with the rb1 vn

if you need tiles, you can use this svg bundle instead of bloated pngs, so it doesn't make trillion requests for no good reason https://files.catbox.moe/7hft5q.svg
you can then reference the tiles like so

<svg class="some-tile-class-so-it-actually-looks-like-a-tile" fill="">
    <use href="/images/tiles.svg#2p"></use>
</svg>

https://repo.riichi.moe/wwyd.html
I hope this is at least close to good enough.
I'm just not sure where it should even live.