This library helps to create a new image from 2 images, with image 2 being the layer of image 1.
npm install react-native-image-layering
import { multiply } from 'react-native-image-layering';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library