Are there any client side Javascript libraries to read the COM blocks written to a .JPEG file via wrjpgcom?

After writing text data using wrjpgcom(Linux command line utility) into a .JPG file. I would like to read the text data on the client side(in a browser context) via Javascript.

Are there any Javascript libraries out there that already read the bytes and pull out the COM blocks?

Thanks