Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 551 Bytes

File metadata and controls

33 lines (18 loc) · 551 Bytes

@rn-bridge/react-native-imageprocessing

@rn-bridge/react-native-imageprocessing

Installation

npm install @rn-bridge/react-native-imageprocessing

Usage

import { multiply } from '@rn-bridge/react-native-imageprocessing';

// ...

const result = multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library