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
/
dist
/
rgb
/
consts
/
max.rgb.const.js
9 lines
(8 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
maxRGB
=
void
0
;
exports
.
maxRGB
= {
r
:
255
,
g
:
255
,
b
:
255
, };