Skip to content

Commit

Permalink
Drop preview/prerelease lingo for SkiaSharp (#25951)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored May 24, 2022
1 parent 6189ea5 commit f265161
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions aspnetcore/blazor/webassembly-native-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ NuGet packages can contain native dependencies for use on WebAssembly. These lib

## SkiaSharp example library use

[SkiaSharp](https://github.com/mono/SkiaSharp) is a cross-platform 2D graphics library for .NET based on the native [Skia graphics library](https://skia.org/), and it now has preview support for Blazor WebAssembly.

> [!WARNING]
> Experimental and preview features are provided for the purpose of collecting feedback and aren't supported for production use.
[SkiaSharp](https://github.com/mono/SkiaSharp) is a cross-platform 2D graphics library for .NET based on the native [Skia graphics library](https://skia.org/) with support for Blazor WebAssembly.

To use SkiaSharp in a Blazor WebAssembly app:

Expand All @@ -116,9 +113,6 @@ To use SkiaSharp in a Blazor WebAssembly app:
dotnet add package –-prerelease SkiaSharp.Views.Blazor
```

> [!WARNING]
> The [`SkiaSharp.Views.Blazor`](https://www.nuget.org/packages/SkiaSharp.Views.Blazor) package is a prerelease NuGet package not supported for production use.
[!INCLUDE[](~/includes/package-reference.md)]

1. Add a `SKCanvasView` component to the app with the following:
Expand Down

0 comments on commit f265161

Please sign in to comment.