From 5e459e35e58682d3c1ab4ccf2c950439b51a53de Mon Sep 17 00:00:00 2001 From: ema Date: Sat, 5 Jul 2025 06:55:48 +0800 Subject: [PATCH] Add comment clarifying SVGA version support --- .../QuickLook.Plugin.ImageViewer/Resources/svga2html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Resources/svga2html.js b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Resources/svga2html.js index 8e6bcfa..2c564a8 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Resources/svga2html.js +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Resources/svga2html.js @@ -23,7 +23,7 @@ class SvgaViewer { */ async play() { const path = await chrome.webview.hostObjects.external.GetPath(); - const parser = new SVGA.Parser(); + const parser = new SVGA.Parser(); // Only SVGA 2.x supported // Because the path is a local file, we need to convert it to a URL format parser.load('https://' + path).then(svga => {