Typo in Readme fixed

This commit is contained in:
Dominik Moritz Roth 2022-04-05 10:21:48 +02:00
parent 053473f380
commit 837f53f740

View File

@ -9,7 +9,7 @@ You can find it on https://drbaka-de.github.io/rplace/ (Source Code on https://g
## Origin Story
On April 1st 16:15 reddit user u/No_Oven2938 postet the idea to put the KIT-Logo on r/place. (https://www.reddit.com/r/KaIT/comments/ttrr39/rkaitplace/)
While I wanted to contribute, I found it very annoying to have to count pixels to get the correct coordinates. This is why I decided to hack together a small tool to do that for me. Building the original version took me ~5min (which I hope justifies the level of shittiness of the code...)
The reason the images are embeded as base64, is because I don't wanted to deal with CORS :P
The reason the images are embeded as base64, is because I didn't want to deal with CORS :P
Gauging by the comments on the reddit post, I was not the only person having issues counting pixels, so I decided to make this tool public. (I just googled for 'free static html hosting' and so I ended up using netlify)
I later expanded the page to add more functionality (tichy / koeri) but the code shittiness ~~remained~~ increased.