When I include this at the top of my javascript file: `const Timidity = require('timidity')` I see this error on my browser: `Uncaught TypeError: fs.readFileSync is not a function`
When I include this at the top of my javascript file:
const Timidity = require('timidity')I see this error on my browser:
Uncaught TypeError: fs.readFileSync is not a function