UNPKG
@vyppn/chameleon-react
Version:
latest (1.0.1)
1.0.1
Get dominant colors from image
@vyppn/chameleon-react
/
dist
/
index.d.ts
3 lines
(2 loc)
•
87 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
(
imageURL
:
string
) =>
Promise
<
any
>;
export
default
_default;