diff --git a/README.md b/README.md index 91cc4dda..80d9641b 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) @@ -253,6 +254,12 @@ meson -Dexamples=true . build Note that these examples require the EFL `elementary` package for launching. If you're using Linux-based OS, you can easily install this package from your OS distribution server. Otherwise, please visit the official [EFL page](https://enlightenment.org/) for more information. +[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)