javascript - How to add text or water mark on camera image in phonegap cordova -
add text or water mark on camera image in phonegap cordova. here want add time , location on image. cordova plugin can this.
the answer this:
put image captured through cordova camera plugin in canvas tag of html instead of img tag.
canvas tag allows draw or write text on image.
so can use date() function of javascript current date time , put in form of text on canvas tag hence on image.
hope helps.
Comments
Post a Comment