NodeJS base64 image encoding/decoding not quite working
I think you are misunderstanding the usage of the encoding argument a bit. If you are going to specify encoding ‘binary’, then you need to do it consistently. But really you don’t need it at all. You seem to be confusing the usage of Buffer vs binary strings. // This tells node to load the … Read more