0.4.3 • Published 11 months ago
react-native-image-layering v0.4.3
react-native-image-layering
This library helps to create a new image from 2 images, with image 2 being the layer of image 1.
Installation
npm install react-native-image-layering
Usage
import { multiply } from 'react-native-image-layering';
// ...
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
Made with create-react-native-library