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
/
modern.js
8 lines
(6 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Tag
from
'./classes/Tag'
;
import
Taggd
from
'./classes/Taggd'
;
export
{
Tag
,
Taggd
, };