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
/
css
/
property-descriptors
/
background-image.d.ts
4 lines
(3 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
import
{
ICSSImage
}
from
'../types/image'
;
import
{
IPropertyListDescriptor
}
from
'../IPropertyDescriptor'
;
export
declare
const
backgroundImage
:
IPropertyListDescriptor
<
ICSSImage
[]>;