react-native-combine-images
v0.1.2
Published
Combine images Vertically or horizontally
Downloads
8
Maintainers
Readme
react-native-combine-images
A React Native combine image module is for combining images into two dimensions i.e vertical and horizontal.
Installation
npm install react-native-combine-images
Usage
import { multiply } from "react-native-combine-images";
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT