Conversion of JPEG to SVG in Javascript

后端 未结 4 985
渐次进展
渐次进展 2020-12-09 13:04

Can anyone help... how to convert Image to Vectors (SVG) through Javascript.......! Any help will be awesome....!

4条回答
  •  死守一世寂寞
    2020-12-09 13:13

    Three options

    Use Online convert's API

    http://apiv2.online-convert.com/

    Run your own node.js server and use Potrace or AutoTrace

    https://www.npmjs.com/package/potrace used by Online convert https://www.npmjs.com/package/autotrace

    Or use imagetracerjs client side.

    https://github.com/jankovicsandras/imagetracerjs

提交回复
热议问题