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;
namespace QuickLook.Plugin.ImageViewer.Webview;
internal interface IWebImagePanel : IDisposable
public interface IWebImagePanel : IDisposable
{
public void Preview(string path);
}