Passive
Is it possible to make events passive? Running lighthouse and getting dinged for event handler not being passive.
It is possible to add. A PR would be welcomed.
Okay I have only done 1 PR before so I will try and see if I can figure it out again. I believe you just have to make the addEventListener's passive.
Do you have a contribution guide anywhere. Never created an npm module before so not sure how to bundle it once I make changes?
Do you have a contribution guide anywhere.
I don't. You can refer to the scripts within package.json. You can also test it with the demo app in /demo.