Cleaning up the solution. Separating Shared.WinRT, Services and Synchronization. Removing synchronization from app. Reducing bundle size by 45mb.
This commit is contained in:
10
Wino.Services/Services/HtmlPreviewer.cs
Normal file
10
Wino.Services/Services/HtmlPreviewer.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Wino.Domain.Interfaces;
|
||||
using Wino.Services.Extensions;
|
||||
|
||||
namespace Wino.Services.Services
|
||||
{
|
||||
public class HtmlPreviewer : IHtmlPreviewer
|
||||
{
|
||||
public string GetHtmlPreview(string htmlContent) => HtmlAgilityPackExtensions.GetPreviewText(htmlContent);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user