From 837f53f740db1f1167a0d7eef4fe041bd727a30d Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Tue, 5 Apr 2022 10:21:48 +0200 Subject: [PATCH] Typo in Readme fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d92a6f7..450c674 100644 --- a/README.md +++ b/README.md @@ -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.