-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Steps to reproduce
Attempting to load a font file with OpenType, was met first with the error of being "unable to load a local file". Tried to verify file access via fs
, but was met with Module not found: Error: Can't resolve 'fs'
. Same error also occured when I attempted to use the electron app
module. I'm not so concerned about the opentype error as that's probably an issue on my end, but the fs problem seems it's probably something more, and I have been unable to find a fix for it online.
✔️ Expected Behavior
Being able to read local files via fs or opentype.
🔍 Additional context
I should mention that I had upgraded my personal fork of this project to Angular 18, I noticed the main project is still on 17.