thorvg.viewer
thorvg.viewer copied to clipboard
ThorVG Viewer is a browser-based rendering tool that shows you the image result of vector resource formats, such as SVG and Lottie. It's powered by the ThorVG engine.
Our viewer can activate the ThorVG logging feature to display the unsupported Lottie specifications again there. Previously, the viewer only captured 'ERR' logging messages and printed them in the console...
The current ThorVG player has a somewhat amateurish design, the slider is not enough long to control the frames detail. (Just quick made for PC, even buggy).  I's possible...
ThorVG introduced a version API, allowing the viewer to automatically display the current engine version. see: https://github.com/thorvg/thorvg/issues/2543
- Add a toggle to select between "Software (default) / WebGPU." - Reload the page when the engine is switched. - Since two toggles, introducing tooltip info for engine and...
ThorVG is planning to upgrade its engine version (v0 -> v1). If it supports both major versions, it should provide an option to select the engine via a dropdown control,...
Those boundary helps users to understand the geometry of the content. 
It seems not a rendering is not properly performed. Tested on chrome: ``` ``` https://github.com/user-attachments/assets/d7ca7724-b113-4128-ab8f-e5ace250b286
Whenever I try to run an animation with a renderer other than software, I encounter an error: ``` TypeError: Cannot read properties of undefined (reading 'resize') ```  Confirmed on...

When an animation image is unreachable, the viewer currently shows nothing, whereas other Lottie players can display a default placeholder. Providing a placeholder would help users recognize that the image...