Including fonts when converting SVG to PNG

前端 未结 2 1742
死守一世寂寞
死守一世寂寞 2021-01-15 21:39

I am trying to generate some SVG and allow users of my website to download these SVGs as PNGs.
After reading this I get all my external images included in the downloaded

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-15 22:00

    A working proof of concept project on GitHub to address OP problem statement.

    https://github.com/nirus/SVG-PNG-Convert

    Built generic Javascript module that can be modified and used anywhere. Read the documentation. Give it a try!

提交回复
热议问题