From de5d79b088946a6f756015fdbba50d66386e8f8f Mon Sep 17 00:00:00 2001 From: nor0x Date: Wed, 8 May 2024 06:40:54 -0700 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 83c6b4d..ed2fb3e 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ A Library for generating color palettes from images - powered by SkiaSharp so it ## Demo There is a .NET MAUI app in [/Samples](https://github.com/nor0x/NetPalette/tree/main/Samples/NetPalette.Sample.Maui) which demonstrates palette generation for random Unsplash images. The library is not limited to MAUI, it can be used in any .NET UI framework like Uno, Avalonia, WinUI, WPF, etc. any framework that supports SkiaSharp. -![Demo](https://raw.githubusercontent.com/nor0x/NetPalette/main/Art/IMG_12380912.gif) +https://github.com/nor0x/NetPalette/assets/3210391/dea64c88-354f-458f-bf04-9e915d801a43 ## Usage ### Palette Generation @@ -101,4 +101,4 @@ A `PaletteGenerator` instance containing the generated palette. ## Credits -most of the code is based on the [palette_generator](https://pub.dev/packages/palette_generator) package from the Flutter SDK - credits to the original authors of that code. Great kudos also to the [SkiaSharp](https://github.com/mono/skiasharp) contributors for providing such a great library 👏 \ No newline at end of file +most of the code is based on the [palette_generator](https://pub.dev/packages/palette_generator) package from the Flutter SDK - credits to the original authors of that code. Great kudos also to the [SkiaSharp](https://github.com/mono/skiasharp) contributors for providing such a great library 👏