UNPKG
imagerot
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
A lightweight, cross-environment image library for applying unique effects via raw image buffers.
imagerot
/
lib
/
imagerot
/
browser
/
bufferToBitmap
/
index.d.ts
5 lines
(4 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
import
{
IRotItem
}
from
'../../../types'
;
type
TBufferToBlobHandler
=
(
params
:
IRotItem
) =>
Promise
<
ImageBitmap
>;
declare
const
bufferToBitmap
:
TBufferToBlobHandler
;
export
{ bufferToBitmap };