From 3896d21c3af42f0f5197ead71da6e9a51bd35b04 Mon Sep 17 00:00:00 2001 From: Jinny You Date: Fri, 29 Dec 2023 17:18:47 +0900 Subject: [PATCH] web/examples: Add save2tvg --- web/example/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/example/index.html b/web/example/index.html index 30066fa5..f303dcec 100644 --- a/web/example/index.html +++ b/web/example/index.html @@ -14,6 +14,7 @@ +
@@ -98,6 +99,10 @@ function save2gif() { animation.save('gif'); } + + function save2tvg() { + animation.save('tvg'); + } \ No newline at end of file