Awesome
Dithery
Dither showcase for Blazor. Uses CSharp-Dithering and ImageSharp
Web link
Requirements (use)
You have to have newish internet browser
Requirements (develop)
.NET 8 or newer
How to run / develop
dotnet run
And then you can open http://localhost:5000 in your browser
How to publish
dotnet publish -c Release
(you have to have wasm-tools installed, you can install it with following command dotnet workload install wasm-tools
)
and content should be in bin\Release\net8.0\publish\wwwroot folder.