You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Canvas can be kind of a pain to work with sometimes, especially if you just need a canvas context to do something relatively simple like merge some images together. `merge-images` abstracts away all the repetitive tasks into one simple function call.
10
+
Canvas can be kind of a pain to work with sometimes, especially if you just need a canvas context to do something relatively simple like merge some images together. `merge-images-v2` abstracts away all the repetitive tasks into one simple function call.
11
11
12
12
Images can be overlaid on top of each other and repositioned. The function returns a Promise which resolves to a base64 data URI. Supports both the browser and Node.js.
13
13
14
+
This is an updated version of `merge-images` by Luke Childs with all libraries updated and multi operating system testing. I also removed `xo` as this linting caused many issues and I didn't like the way it worked. It also now works with the newest version of canvas.
0 commit comments