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
/
babel.config.js
7 lines
(6 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
api
) { api.
cache
(
true
);
return
{
presets
: [
'babel-preset-expo'
], }; };