1.0.0 • Published 1 year ago

react-native-merge-images-vertically v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-merge-images-vertically

This straightforward library for React Native enables vertical image merging, inspired by react-native-images-merge. Unlike the original, this library allows for merging images regardless of their size, meaning it is not limited to square images only.

Android Example

Android Example

iOS Example

iOS Example

Installation

npm install react-native-merge-images-vertically
cd ios 
pod install

Usage

import { mergeImages } from 'react-native-merge-images-vertically';

// ...

const result = await mergeImages(['image1Base64', 'image2Base64']);

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

1.0.0

1 year ago