UNPKG
lib-colors
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
Simple node.js library for work with colors
github.com/fwmakc/lib-colors
fwmakc/lib-colors
lib-colors
/
src
/
cmyk
/
consts
/
max.cmyk.const.ts
9 lines
(7 loc)
•
124 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
ICMYK
}
from
'../cmyk.interface'
;
export
const
maxCMYK
:
ICMYK
= {
c
:
100
,
m
:
100
,
y
:
100
,
k
:
100
, };