078b8f8401
Update the documentation |
||
---|---|---|
SkiaSharp.Extended | ||
SkiaSharp.Extended.Iconify | ||
SkiaSharp.Extended.Svg | ||
images | ||
keys | ||
tools | ||
.editorconfig | ||
.gitignore | ||
.vsts-ci.yml | ||
.vsts-linux-build.yml | ||
LICENSE | ||
README.md | ||
Signing.targets | ||
azure-pipelines.yml | ||
build.cake | ||
build.ps1 | ||
build.sh | ||
gitversion.yml |
README.md
SkiaSharp.Extended for WebAssembly
This repository is the home for the port of SkiaSharp.Extended packages for WebAssembly with the Uno Platform. This package uses the Uno.SkiaSharp.Wasm package for WebAssembly.
SkiaSharp.Extended is a collection some cool libraries that may be useful to some apps. There are several repositories that may have interesting projects:
- SkiaSharp (the engine)
- SkiaSharp.Extended (additional APIs)
- SkiaSharp.Extended.Iconify (iconify library) (Not yet supported for WebAssembly)
- SkiaSharp.Extended.Svg (lightweight SVG loader)
Using SkiaSharp.Extended on WebAssembly
The support for Extended and SVG is provided in the form of two packages :
Those packages can only be used on a WebAssembly head running on top of the Uno Platform. For other heads, see use of the official Extended and Svg packages.
Some samples of the apps (Extended and Svg) in the repository:
Building
Open either the Svg solution or the Extended solution and build the included sample apps.
License
The code in this repository is licensed under the MIT License.