nodecraft / crafthead

Super scalable Minecraft avatar generation, built on Cloudflare Workers
https://crafthead.net
MIT License
84 stars 7 forks source link

Add ability to request skin model by query params #52

Closed TibiNonEst closed 2 years ago

TibiNonEst commented 2 years ago

Closes #48

Ex: https://crafthead.net/body/LadyAgnes?model=slim

I went with slim and default as the two options as that's what Mojang uses, if a different string is provided it will fall back to what Mojang's API says is the correct model.

TibiNonEst commented 2 years ago

This PR also addresses one of the concerns from #42 which is nice.

astei commented 2 years ago

I'm back from NYC, will review tomorrow