From 757977dd1076373a501c2ebfd234e9978936a627 Mon Sep 17 00:00:00 2001 From: Sebastian Aigner Date: Sun, 26 Mar 2023 00:35:06 +0100 Subject: [PATCH] Add Kotlin Multiplatform implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94ae9bc..2e91658 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,6 @@ These additional implementations also exist outside of this repo: * Go: https://github.com/galdor/go-thumbhash * Perl: https://github.com/mauke/Image-ThumbHash * PHP: https://github.com/SRWieZ/thumbhash +* Kotlin Multiplatform: https://github.com/SebastianAigner/thumbhash-multiplatform/ _If you want to add your own implementation here, you can send a PR that puts a link to your implementation in this README._