Daniel
Daniel
Hello! I see that many types are typed `as any` in dist/types. Would it be helpful to open a PR and make those types a bit narrower? Or are you...
> @Myphz PR are always welcome I opened https://github.com/darkroomengineering/lenis/pull/345 to improve TypeScript support. Let me know if everything's ok! Thank you
I'm working on it - #345
Same as #192
> This is still happening as of 2025, isn't there a base config that can be used instead of completely failing? Literally just an empty file
> hey, thanks for taking the time on this! i am not sure we want to have all the typescript guards in the implementation. The typescript types are important for...
I've updated the PR to the latest branch. This time, I made some changes to the Lenis class to simplify it a bit: - Removed `userData` parameter and `this.userData` (apparently...
> userData is necessary fixed