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 May 20, 2022. It is now read-only.
I know the size of this package ain't big but I wonder... any particular reason behind choosing the class with only static fields? I've seen some of your other packages are using individual exports (for example the @tldraw/svg)
The text was updated successfully, but these errors were encountered:
My main motivation was that a utility class would let me use extremely generic names, like add and mul, which were initially difficult to identify when exported as individual functions. I ended up using import * as Vec throughout my code, which made me think I should just use a class. 🤷♂️
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I know the size of this package ain't big but I wonder... any particular reason behind choosing the class with only static fields? I've seen some of your other packages are using individual exports (for example the
@tldraw/svg
)The text was updated successfully, but these errors were encountered: