Add support for svgaplayerweb in SVGA viewer

This commit is contained in:
ema
2025-07-05 11:24:02 +08:00
parent efba55b8d5
commit f6ca3a62e2
9 changed files with 77 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ using System.Windows;
namespace QuickLook.Plugin.ImageViewer.Webview;
internal interface IWebMetaProvider
public interface IWebMetaProvider
{
public Size GetSize();
}