I’m trying to build some plugin on website. But it seems that only fontkit and opentype.js can be used to read .otf/.ttf font files in the browser now. Fontra uses Python as a backend to parse the font and show the outline and detail to frontend.
Can we read a .glyphspackage file in the browser or Node.js environment directly? Is it possible? Or we need to parse the outlines through the .glyphspackage XML format?