From 6db62a54adddfb9a5f9c934fd58d80f95dc1ea6e Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 24 Sep 2021 15:25:18 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50047bdf..c0ec985f 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,10 @@ install this package from your OS distribution server. Otherwise, please visit t
## Tools ### ThorVG Viewer -ThorVG provides the resource verification tool for the ThorVG Engine. [ThorVG viewer](https://samsung.github.io/thorvg.viewer) does immediate rendering via web browser running on the ThorVG web-assembly binary, allowing real-time editing of the vector elements on it. It doesn't upload your resources to any external server while allowing to export to TVG files, so the designer resource copyright is protected. +ThorVG provides the resource verification tool for the ThorVG Engine. [ThorVG viewer](https://samsung.github.io/thorvg.viewer) does immediate rendering via web browser running on the ThorVG web-assembly binary, allowing real-time editing of the vector elements on it. It doesn't upload your resources to any external server while allowing to export to supported formats such as TVG, so the designer resource copyright is protected. + +https://user-images.githubusercontent.com/71131832/130445967-fb8f7d81-9c89-4598-b7e4-2c046d5d7438.mp4 + [Back to contents](#contents)