Update README.md

This commit is contained in:
Hermet Park 2020-10-13 19:13:46 +09:00 committed by GitHub
parent 0c68c45ef7
commit 1d76b3cd2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ ThorVG is a platform independent lightweight standalone C++ library for drawing
- [Quick Start](#quick-start) - [Quick Start](#quick-start)
- [Examples](#examples) - [Examples](#examples)
- [Tools](#tools) - [Tools](#tools)
- [ThorVG Viewer](#thorvg-viewer)
- [SVG to PNG](#svg-to-png) - [SVG to PNG](#svg-to-png)
- [API Bindings](#api-bindings) - [API Bindings](#api-bindings)
- [Issues or Feature Requests?](#issues-or-feature-requests) - [Issues or Feature Requests?](#issues-or-feature-requests)
@ -167,10 +168,11 @@ Note that these examples are required EFL `elementary` package for launching. If
<br /> <br />
<br /> <br />
## Tools ## Tools
### Online Viewer ### ThorVG Viewer
Please visit [ThorVG online viewer](https://samsung.github.io/thorvg.viewer) [ThorVG viewer](https://samsung.github.io/thorvg.viewer) supports immediate rendering through your browser. You can drag & drop SVG files on the page, see the rendering result on the spot.
[Back to contents](#contents)
[ThorVG online viewer](https://samsung.github.io/thorvg.viewer) uses ThorVG wasm library to render the resource locally in your browser. To test your SVG resource drag and drop it to the browser window. <br />
<br />
### SVG to PNG ### SVG to PNG
ThorVG provides an executable `svg2png` converter which generate a PNG file from a SVG file. ThorVG provides an executable `svg2png` converter which generate a PNG file from a SVG file.