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
/
node
/
fileBufferToUint8Array
/
index.d.ts
3 lines
(2 loc)
•
114 B
TypeScript
View Raw
1
2
3
declare
const
fileBufferToUint8Array
:
(
buffer
:
Buffer
) =>
Promise
<
Uint8Array
>;
export
{ fileBufferToUint8Array };