Info
Version: | 0.3.0 |
Author(s): | Eto.Toolkit Authors |
Last Update: | Thursday, April 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Eto.HtmlRenderer.ImageSharp |
Install
Install-Package Eto.HtmlRenderer.ImageSharp
dotnet add package Eto.HtmlRenderer.ImageSharp
paket add Eto.HtmlRenderer.ImageSharp
Eto.HtmlRenderer.ImageSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- Eto.HtmlRenderer(>= 0.3.0)
- SixLabors.ImageSharp(>= 1.0.00007)
Tags
To load the adapter, do this before creating the HtmlRenderer control:
Platform.Instance.LoadAssembly("Eto.HtmlRenderer.ImageSharp");.