You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An alternative is for Fontra to read the projectManagerFeatures["export-as"] as a list of supported export formats. Happy to PR this if it's a good idea.
The text was updated successfully, but these errors were encountered:
Currently if the project manager supplies
export-as
in its info, then Fontra assumes that it supports all export formats:fontra/src/fontra/views/editor/editor.js
Lines 696 to 699 in 23f45d4
An alternative is for Fontra to read the
projectManagerFeatures["export-as"]
as a list of supported export formats. Happy to PR this if it's a good idea.The text was updated successfully, but these errors were encountered: