Commit graph

4 commits

Author SHA1 Message Date
Hermet Park
4d62108d81 update wasm build script
remove the deprecations and warnings.
2021-11-02 19:53:08 +09:00
Michal Maciola
dcbcc409df
wasm: enable png loader (#828) 2021-09-22 15:11:23 +02:00
Michal Maciola
7be4bf4c4f wasm: intoduce saveTvg via File System API
This patch adds saveTvg() function into thorvgwasm.cpp.
Functions saves tvg using File System API.
To enable fs, changed build flag: -s FORCE_FILESYSTEM=1.
Increase in result thorvg-wasm.js size: about 68kB to about 125kB.
2021-08-28 15:35:48 +09:00
Shinwoo Kim
0c68c45ef7 thorvg viewer: introduce thorvg viewer
Support Emscripten wasm build for thorvg viewer
2020-10-13 19:04:46 +09:00