UNPKG

taggd

Version:

A tool to show and add tags to images

15 lines (11 loc) 205 B
# Options The `options` parameter is an object of options. Available options are: ```js { // The event to show the tag show: 'mouseenter', // The event to hide the tag hide: 'mouseleave', } ```