Intervox/node-webp

Encode from base64?

Closed this issue · 2 comments

Hello. Can I encode WebP from base64 coded image?

@acterhd sure, just convert it to Buffer first

new Buffer(b64string, 'base64')

See: How to do Base64 encoding in node.js?

I think, I can close, because I found anwser.