I am using v3 of marker in my tsx code .. and in that i have to clear all the markers from an image to implement a feature of toggle visiblity
const editor = useRef<MarkerArea | null>(null);
editor.current.close();
Now in this close method does not exist .. How can i remove the annotations ?
I am using v3 of marker in my tsx code .. and in that i have to clear all the markers from an image to implement a feature of toggle visiblity
const editor = useRef<MarkerArea | null>(null);
editor.current.close();
Now in this close method does not exist .. How can i remove the annotations ?