From 39170b52624ca400ee15c0126057f51fa5e2236c Mon Sep 17 00:00:00 2001 From: "J. Zebedee" Date: Mon, 11 Sep 2023 02:56:52 -0500 Subject: [PATCH] Add Blazor demo to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b286153..0453e1b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ A very compact representation of a placeholder for an image. Store it inline wit |![Flower](assets/flower.jpg)|

`93 4A 06 2D 06 92 56 C3 74 05 58 67 DA 8A B6 67 94 90 51 07 19`

21 bytes|Flower ThumbHash| |![Tux](assets/tux.png)|

`A1 19 8A 1C 02 38 3A 25 D7 27 F6 8B 97 1F F7 F9 71 7F 80 37 67 58 98 79 06`

25 bytes|Tux ThumbHash| -[See a demo of ThumbHash in action _here_](https://evanw.github.io/thumbhash/). +[See a demo of ThumbHash for .NET in Blazor _here_](https://jzebedee.github.io/ThumbHashBlazorWasm/) + +[Learn more about ThumbHashes _here_](https://evanw.github.io/thumbhash/). ## Usage