Jamal Al
Results
2
issues of
Jamal Al
In my `renderer` I'm trying to load an audio file placed in `static/audio/sound.mp3`, but it gives me file 404 not found. ```js const mp3 = path.join(__static, "/audio/sound.mp3"); const audio =...
I'm following your blog on building a text editor. btw Thank you so much for that nice blog. when I call getCursorposition to query the window size it stores the...