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.
Improve the TypeScript Types definitions of Two.js by:
Moving namespaces -> interfaces
Add fromObject, copy, clone, toObject to all applicable classes
Improve hinting by putting in constant values. E.g: all static Properties lists should be the actual values.
Additional context
This is in the lead-up and concurrent to developing / releasing @react-two library to make Two.js a declarative React compatible component.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Improve the TypeScript Types definitions of Two.js by:
namespace
s ->interface
sProperties
lists should be the actual values.Additional context
This is in the lead-up and concurrent to developing / releasing
@react-two
library to make Two.js a declarative React compatible component.The text was updated successfully, but these errors were encountered: