From e3f3a97f8dd07f3039444ff4fc1140026540ea6b Mon Sep 17 00:00:00 2001 From: Jinny You Date: Mon, 4 Dec 2023 15:01:57 +0900 Subject: [PATCH] web: Add examples - `index.html` : basic example - `benchmark.html` : to check FPS, memory usage, latency(ms) --- web/example/benchmark.html | 277 +++++++++++++++++++++++++++++++++++++ web/example/index.html | 103 ++++++++++++++ 2 files changed, 380 insertions(+) create mode 100644 web/example/benchmark.html create mode 100644 web/example/index.html diff --git a/web/example/benchmark.html b/web/example/benchmark.html new file mode 100644 index 00000000..a6c95d03 --- /dev/null +++ b/web/example/benchmark.html @@ -0,0 +1,277 @@ + + + + + + @thorvg/lottie-player | Benchmark + + + + + +

ThorVG Web

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/example/index.html b/web/example/index.html new file mode 100644 index 00000000..30066fa5 --- /dev/null +++ b/web/example/index.html @@ -0,0 +1,103 @@ + + + + + ThorVG Lottie Player + + + + +
+
+ + + + + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ + +
+ + + \ No newline at end of file