Avalonia front-end for the HtmlRenderer project.
Перейти к файлу
Max Katz 9aff368a19
Merge pull request #54 from denys-volodarskyi/update_and_fix_compilation
Update and fix compilation
2024-09-17 16:56:27 -07:00
Source Added missing AssignCssProps (similar to AssignCssBlock) 2024-07-10 22:37:57 +03:00
.editorconfig update link 2022-09-30 00:51:33 +03:00
.gitattributes Extract Avalonia.HtmlRenderer into its own repository. 2018-05-27 14:34:31 -05:00
.gitignore Extract Avalonia.HtmlRenderer into its own repository. 2018-05-27 14:34:31 -05:00
.gitmodules Delete submodule 2023-10-11 19:33:04 -07:00
README.md Update README.md 2023-07-10 16:36:27 -07:00
html.ico add icon 2013-09-16 17:58:08 +03:00
licence.md Add license from Avalonia repository. 2018-05-27 14:36:41 -05:00

README.md

Avalonia.HtmlRenderer

Avalonia port of the https://github.com/ArthurHub/HTML-Renderer project. Fully managed implementation of HTML engine.

Note, this library doesn't replace WebView/WebBrowser controls, as its capabilities are limited. Many modern HTML features are not supported.

For samples, see Demo project.

NuGet: https://www.nuget.org/packages/Avalonia.HtmlRenderer/11.0.0

<PackageReference Include="Avalonia.HtmlRenderer" Version="11.0.0" />

https://user-images.githubusercontent.com/3163374/220894702-ccac91f5-a027-4bae-8dcb-cba942fe32fe.mp4