UNPKG
take-shot
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.9
0.0.8
0.0.7
0.0.6
Screenshots with JavaScript
github.com/sedmedgh/take-shot
sedmedgh/take-shot
take-shot
/
dist
/
lib
/
css
/
property-descriptors
/
color.js
11 lines
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
color
=
void
0
;
exports
.
color
= {
name
:
`color`
,
initialValue
:
'transparent'
,
prefix
:
false
,
type
:
3
/* PropertyDescriptorParsingType.TYPE_VALUE */
,
format
:
'color'
};
//# sourceMappingURL=color.js.map