Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 487 Bytes

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