Working with Node.js as server side and MSSQL as the database.
I have a png file stored as a base64 in a database table. How do I display that as an image? I know you have to bind it to an image and decode it, just don’t know the correct syntax for the code.