Skip to content

ThorVG Viewer is a browser based rendering tool that show you the image result of vector resource formats such as SVG.

Notifications You must be signed in to change notification settings

mmaciola/thorvg.viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThorVG Viewer

ThorVG Viewer is a verification tool for ThorVG Engine. It does immediate rendering via web browser running on ThorVG web-assembly binary and allows real-time editing vector elements on it. Loader works locally and it does not upload the resources to any server outside, protecting the designer resource copyright.

thorvg-viewer-demo.mp4

Usage

Click to use ThorVG Viewer via github pages

Other

ThorVG github page

Guide to ThorVG Viewer development

Tricks

Loading image from outside source

You can load a graphic from an outside source by entering its link through the url parameter s (?s=[link]). Such url can be easily shared online. Examples:

https://samsung.github.io/thorvg.viewer/?s=https://raw.githubusercontent.com/Samsung/thorvg/master/src/examples/images/tiger.svg

https://samsung.github.io/thorvg.viewer/?s=https://raw.githubusercontent.com/Samsung/thorvg/master/src/examples/images/test.tvg

About

ThorVG Viewer is a browser based rendering tool that show you the image result of vector resource formats such as SVG.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.6%
  • CSS 24.2%
  • HTML 9.2%