+ 2
How do you output a image in javascript?
what do you do?
6 odpowiedzi
+ 1
If you mean within a browser, you have to create a <img> element, set the "src" attribute as image url and add it to your document
+ 4
Use canvas
+ 2
thanks KrOW!
+ 2
thanks Calvin
+ 1
thanks SP coder