UNPKG
isomorphic-image-hash
Version:
latest (0.2.0)
0.2.0
0.1.0
A dhash library that works in both browsers and Node.js.
isomorphic-image-hash
/
dist
/
types
/
image-data
/
browser.d.ts
2 lines
(1 loc)
•
83 B
TypeScript
View Raw
1
2
export
declare
const
getImageDataForBrowser
:
(
path
:
string
) =>
Promise
<
ImageData
>;