knowledgepicker / word-cloud

Fast word cloud library for .NET. Uses Quadtrees for blazing-fast performance. Maintained by the KnowledgePicker team.
https://www.nuget.org/packages/KnowledgePicker.WordCloud/
MIT License
26 stars 8 forks source link

The type initializer for 'SkiaSharp.SKImageInfo' threw an exception #15

Open crippledfaith opened 1 year ago

crippledfaith commented 1 year ago

Blazor Webassembly giving error The type initializer for 'SkiaSharp.SKImageInfo' threw an exception

jjonescz commented 1 year ago

Thanks for reporting this issue. Try referencing NuGet package SkiaSharp.Views.Blazor:

dotnet add package SkiaSharp.Views.Blazor

And please let me know how that works for you.