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
/
src
/
scripts
/
umd.js
7 lines
(4 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Tag
from
'./classes/Tag'
;
import
Taggd
from
'./classes/Taggd'
;
Taggd
.
Tag
=
Tag
;
module
.
exports
=
Taggd
;