Screenshot with annotation in browser

i have built a app using ionic 3 and angular for the web. And deploying it using ionic cordova build browser.

I need a way to let user take be able to take screenshot while browsing and annotate it like a simple circle draw on it.

What is the solution? Please advise

Probably a combination of…

And some canvas plugin. A long time ago I used jSignature which allows you to scribble, tho I’m sure there’s newer more nimble libraries out there now.

i tried it alredy and it doesnt work at all for me on a deployed app to browser. i posted it here

Probably won’t work on the browser without being Cordova wrapped.

The you’d have to go to the ole print screen for that.

The canvas bit tho would work in either scenario.