googlefonts / fontra

A browser-based font editor
https://fontra.xyz
GNU General Public License v3.0
425 stars 19 forks source link

Refactor component controller #1508

Closed justvanrossum closed 4 days ago

justvanrossum commented 4 days ago

Make the ComponentController to be async-free, as we'll need it to do bounds computations as part of the upcoming bounds resize addition for variable components. Inside an interactive edit loop we can't use async/await.