Open frenchbread opened 4 years ago
Hi! Getting "unsupported type" error (tested png and jpeg):
png
jpeg
const images = require('images') const ref = images('<path>' || buffer) ref.size(400).save('...', {})
Any thoughts? Thanks in advance!
❯ node -v v14.2.0 ❯ npm -v 6.14.4
I am actually using this package within electron application in main process. Tested independently, and it works, but not when integrating with electron app.
electron
Electron contain Node is special, Need rebuild it on Electron runtime.
Hi! Getting "unsupported type" error (tested
png
andjpeg
):Any thoughts? Thanks in advance!
I am actually using this package within
electron
application in main process. Tested independently, and it works, but not when integrating with electron app.