0.1.0 • Published 2 years ago

react-native-imgproc v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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