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
/
.prettierrc.js
9 lines
(8 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports
=
{
quoteProps:
'consistent'
,
singleQuote:
true
,
tabWidth:
2
,
trailingComma:
'es5'
,
useTabs:
false
,
semi:
false
, }