UNPKG
@swindle/color
Version:
latest (1.0.0)
1.0.0
Represent and manipulate color codes in different formats.
Perivel/swindle
@swindle/color
/
index.ts
5 lines
•
181 B
text/typescript
View Raw
1
2
3
4
5
// the export file
export
*
from
'./src/common/common.module'
;
export
*
from
'./src/hex/hex.module'
;
export
*
from
'./src/rgba/rgba.module'
;
export
*
from
'./src/color/color.module'