lukechilds / merge-images

Easily compose images together without messing around with canvas
MIT License
1.69k stars 163 forks source link

Using non data urls when running in node #108

Open kierans opened 3 years ago

kierans commented 3 years ago

Thanks for this handy little library.

When running in node using node-canvas I'm wanting the result of the merge to be a buffer or a stream rather than a base64 encoded string. I think it would be possible to do this with an outputType option? The rules would be

I'm happy to help with this feature, if it will be accepted/merged. 😄