leemeichin / say-cheese

Minimal javascript library for integrating a webcam and snapshots into your app.
http://leemachin.github.com/say-cheese
MIT License
550 stars 97 forks source link

Todo: Ditch jQuery dependency #3

Closed leemeichin closed 11 years ago

leemeichin commented 11 years ago

Find a way to remove the dependency on jQuery, while still keeping the basic event handling and object cloning that relies on it, and without introducing any replacement dependencies.

Suggestions:

  1. Don't need full on deep object cloning for options. Get rid of it.
  2. Look at how other event libs (or jQuery) handle events on things that aren't DOM elements