UNPKG
taggd
Version:
latest (4.0.0)
4.0.0
3.1.1
3.1.0
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
A tool to show and add tags to images
github.com/timseverien/taggd
timseverien/taggd
taggd
/
docs
/
options.md
15 lines
(11 loc)
•
205 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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'
, } ```