manuelstofer / pinchzoom

A Javascript library providing multi-touch gestures for zooming and dragging on any DOM element.
http://manuelstofer.github.com/pinchzoom/
MIT License
914 stars 292 forks source link

Looking for maintainer #126

Open manuelstofer opened 2 years ago

manuelstofer commented 2 years ago

Does someone want to maintain this package?

sandstrom commented 2 years ago

I'll still try to help if there are small things cropping up, that I can reasonably handle.

We're still using it in production and it works great! 🏅

I think long-term, it may make sense to rewrite this library to use Pointer Events (https://github.com/manuelstofer/pinchzoom/issues/114). However, I don't know that spec very well and also haven't surveyed the open-source landscape recently, so don't know if there area already other projects that does this well.

manuelstofer commented 2 years ago

@sandstrom Thanks, your help is much appreciated. I am happy to hand you over the repo if you would like to maintain it.

sandstrom commented 2 years ago

I already have the admin access I need to close issues etc. I'm happy to stay as a maintainer (write access etc), but just like you I wouldn't be a very active owner.

Better then to wait and see if someone else is interested.

Also, because of NPM supply chain attack risks, it's probably wise to not hand over NPM access to someone that hasn't first built some trust by making other contributions to the source code.

Github access is much less sensitive, since it doesn't give publish access to NPM.