UNPKG
@megaputer/html-screen-capture-js
Version:
latest (2.0.6)
2.0.6
2.0.5
HTML Screen Capture JS
github.com/Megaputer/html-screen-capture-js
Megaputer/html-screen-capture-js
@megaputer/html-screen-capture-js
/
index.d.ts
4 lines
(3 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
import
{
CaptureFunction
}
from
'./types'
;
export
{
OutputType
,
LogLevel
,
Options
,
CaptureOutput
,
CaptureFunction
}
from
'./types'
;
export
declare
const
capture
:
CaptureFunction
;