Does anyone know how I can read file metadata using node.js? For example, I want to read the "comment" attribute on the "details" tab of a jpeg file (on a Windows machine). See the image below to understand what I'm trying to read from file metadata.

source share