Javascript – Bringing binary data into React component via import statement
I'd like to set up a React hook (or functional component) to read data in from gzip-compressed file, using the pako library to extract its data, and then render it in the browser. Edit: The compressed binary file is local…