0

I am working with AngularJS and I faced a problem that I want to decode a Base64 String to a png image in AngularJS what should I do?

Dawlatzai Ghousi
  • 3,780
  • 2
  • 20
  • 26

1 Answers1

0

Use a <canvas> element and use dataUrl as source

See this questions dataUrl to Image

Community
  • 1
  • 1
msohns
  • 101
  • 5