I tried the install instructions, Install-Package Blazor.Extensions.Canvas, and I got this error:
Install-Package : No match was found for the specified search criteria and package name 'Blazor.Extensions.Canvas'.
Try Get-PackageSource to see all available registered package sources.
At line:1 char:1
+ Install-Package Blazor.Extensions.Canvas
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Ex
ception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage