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
Is your feature request related to a problem? Please describe.
The main types.d.ts currently has types for Two.ZUI, but not types for Two.Arc. This is because adding them creates conflicts for the documentation with Two.ArcSegment. Also, perhaps there isn't a need to bloat the types.d.ts file with information that developers may not use.
Describe the solution you'd like
Create a system / rule for defining types of modules in the /extras folder.
Additional context
See how other libraries handle this, like Three.js
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The main
types.d.ts
currently has types forTwo.ZUI
, but not types forTwo.Arc
. This is because adding them creates conflicts for the documentation withTwo.ArcSegment
. Also, perhaps there isn't a need to bloat thetypes.d.ts
file with information that developers may not use.Describe the solution you'd like
Create a system / rule for defining types of modules in the
/extras
folder.Additional context
See how other libraries handle this, like Three.js
The text was updated successfully, but these errors were encountered: