Any destroy function on annotate?
yangboz opened this issue · 2 comments
yangboz commented
Any destroy function on annotate? for the kind of annotate on/off trigger switch.
paul-muckypuddle commented
I'd be interested in this too.
nickopris commented
I did this with 2 lines of code:
// remove elements added by the script
$('.image-annotate-add, .image-annotate-canvas').remove();
// make image visible again
$('img').show();