I am studying ionic 2.
so I have 1 doubt in marking image
I want to develop a module which contains following things.
Place image on screen
2)User can put circle ,point mark on at specific position on image.
and User can put custom image .mark on image
and later user can delete all image marker.
Hello,
the underlaying technic is mostly a canvas or svg and depends not to ionic framework. You can manipulate canvas or svg directly. Or, depending to your needs, there are librarys that can help you. A google search like javascript drawing library whatever shows you possible solution for you.