wowmaking / react-native-image-tools

A collection of image processing tools for React Native
MIT License
59 stars 22 forks source link

[Question] Does this module suport merge image with other y,x #12

Closed cristea2017 closed 4 years ago

cristea2017 commented 4 years ago

This module https://github.com/lukechilds/merge-images have option to merge images at specific points

mergeImages([
  { src: 'body.png', x: 0, y: 0 },
  { src: 'eyes.png', x: 32, y: 0 },
  { src: 'mouth.png', x: 16, y: 0 }
])
  .then(b64 => ...);

can we achive that in this module ?

cristea2017 commented 4 years ago

just use this :D https://github.com/guhungry/react-native-photo-manipulator