kalidas Rajeev
kalidas Rajeev

Reputation: 21

How to convert a base64 png string to base64 svg string in javascript?

Is there anyway we can directly convert datauri png string to datauri svg string?

Upvotes: 1

Views: 190

Answers (1)

Abilogos
Abilogos

Reputation: 5055

This conversion would not be direct, because converting vector image to raster image needs graphical process based on the output image size.

Upvotes: 1

Related Questions