UNPKG
@react-native-ohos/react-native-image-colors
Version:
beta (2.5.1-rc.1)
latest (2.5.1-rc.1)
2.5.1-rc.1
Fetch prominent colors from an image.
gitcode.com/openharmony-sig/rntpc_react-native-image-colors
@react-native-ohos/react-native-image-colors
/
expo-module.config.json
18 lines
(17 loc)
•
239 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"platforms"
:
[
"ios"
,
"android"
,
"web"
]
,
"ios"
:
{
"modules"
:
[
"ImageColorsModule"
]
}
,
"android"
:
{
"modules"
:
[
"com.reactnativeimagecolors.ImageColorsModule"
]
}
}