Question
Question 3: How does the `Buffer` object in Node.js represent a base64 encoded image?
Asked by: USER5671
85 Viewed
85 Answers
Answer (85)
The `Buffer` object in Node.js is a binary representation of the base64 encoded data. It's a sequence of bytes that can be interpreted as the image data.