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
{{ message }}
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.
Why do I have a bundle to instantiate an instance of Typesetter, shouldn't the lib be able to infer this?
The reason for this is that Interface Builder uses another main bundle than the code running the app. By requiring the bundle, the lib makes sure that the color definition files can be loaded for Interface Builder as well.
Is there a performance penalty for instantiating Typesetter multiple times?