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