From a411cd253aef97099364742a475eb9f8e2ff6d2f Mon Sep 17 00:00:00 2001
From: projectitis <32183808+projectitis@users.noreply.github.com>
Date: Sat, 2 Oct 2021 16:40:31 +1300
Subject: [PATCH] Readme: Add links to documentation
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 91cc4dd..80d9641 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ If your program has the main renderer, your program could call ThorVG APIs while
- [Tizen](#tizen)
- [Rive](#rive)
- [Examples](#examples)
+- [Documentation](#documentation)
- [Tools](#tools)
- [ThorVG Viewer](#thorvg-viewer)
- [SVG to PNG](#svg-to-png)
@@ -256,6 +257,12 @@ install this package from your OS distribution server. Otherwise, please visit t
[Back to contents](#contents)
+## Documentation
+ThorVG API documentation is available at [thorvg.org/apis](https://www.thorvg.org/apis), and can also found in the [docs](/docs) folder of this repo.
+
+[Back to contents](#contents)
+
+
## 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 supported formats such as TVG, so the designer resource copyright is protected.
--
2.7.4