two.js icon indicating copy to clipboard operation
two.js copied to clipboard

[Enhancement] Move types for "Extras" outside of main types.d.ts

Open jonobr1 opened this issue 3 years ago • 0 comments

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

jonobr1 avatar Aug 16 '22 16:08 jonobr1