meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation

Home Page:http://camanjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there ability to unbind events?

goneale opened this issue · comments

I am using CamanJS in an Angular environment, and work with new images after closing off a previous one. It would be great to be able to unbind events from firing such as "renderFinished" which share the same canvas on completion.

Thanks, and great library.

I am using it in react and I'm getting multiple versions of the listener, because I can't find a way to "unlisten" eg on unmount etc

thanks