I use a nugget package that named is BlazorCaptcha in my Blazor project. My project is built and displaying on browser successfully. But BlazorCaptcha tag disappear from the page and in the console of browser is logged such an error:
Unhandled exception rendering component: Unable to set property 'CaptchaWord' on object of type'BlazorCaptcha.Captcha'. The error was: The type initializer for 'SkiaSharp.SKImageInfo' threw an exception
The captcha nugget that I'm using is https://www.nuget.org/packages/BlazorCaptcha
Thank you.