Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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