unmojang / drasl

Yggdrasil-compatible API server for Minecraft
GNU General Public License v3.0
119 stars 20 forks source link

<noscript> skin viewer fallback #30

Open evan-goode opened 1 year ago

evan-goode commented 1 year ago

On the profile page, fall back to displaying a CSS-only skin view when JS is unavailable.

Could do the render serverside, which has the advantage of the skin preview being a proper image instead of a hacked-together mess of CSS. But it is more fun and cheaper on the server to use a big ball of CSS.

Could use https://github.com/rkkoszewski/minecraft-css-3d-skin-viewer/tree/master.