0

Is it possible to get an Picture via "export" function without transparent pixels? (e.g. white background).

mo_sharp
  • 31
  • 3

1 Answers1

1

canvas.toDataURL("image/png"); did the trick. Thank you for your suggestions.

mo_sharp
  • 31
  • 3