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
/
urlToBuffer
/
index.d.ts
4 lines
(3 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
import
{
IRotData
}
from
'../../../types'
;
declare
const
urlToBuffer
:
(
url
:
string
) =>
Promise
<
IRotData
>;
export
{ urlToBuffer };