UNPKG
@mescius/dsimageviewer
Version:
latest (8.2.0)
8.2.0
8.0.4
8.0.0
7.2.3
7.2.1
7.2.0
7.1.4
7.1.3
7.1.1
7.1.0
7.0.3
7.0.2
7.0.1
7.0.0
Document Solutions Image Viewer
@mescius/dsimageviewer
/
typings
/
ImageViewer
/
ImagePanel
/
Gif
/
dom-pixels.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
/// <reference types="node" />
export
declare
function
getPixels
(
url
:
string
|
Buffer
,
type
:
string
,
maxBufferLength
:
any
,
cb
:
Function
):
Promise
<
void
>;