react-native-imgproc
v0.1.0
Published
native module for Android / iOS image processing.
Downloads
2
Readme
react-native-imgproc
native module for Android / iOS image processing.
Installation
npm install react-native-imgproc
Usage
hasKey(key: string): Promise;
setSrc(key: string, url: string): Promise;
grayscale(key: string): Promise;
sepia(key: string): Promise;
bloom(key: string): Promise;
invert(key: string): Promise;
free(key: string): void;
freeAll(): void;
License
MIT
Develope react-native-imgproc
Setup dev enviroment
yarn install
Run example
cd ./example
yarn install
npx react-native run-ios
npx react-native run-android