pwambach / angular-canvas-painter

Angular.js directive to paint on a canvas on desktop or touch devices
MIT License
115 stars 35 forks source link

Eraser #24

Open jeremygachet opened 8 years ago

jeremygachet commented 8 years ago

It's not a bug but a feature. You library is almost perfect, I would just need an araser and the possibility to add an bacground image. Is it possible for you ? Or could you just help me to add this features in your directive ?

pwambach commented 8 years ago

Background image is already possible.Just use the imageSrc property. Eraser would need some work.

jeremygachet commented 8 years ago

Thank you for your answer. And great for the background image.

About the eraser, I will probably implement you library next month, I can work on this if you can give me a hand.