ExpressHermes / Primitive-Paint

A paint web app using paperjs library
https://expresshermes.github.io/Primitive-Paint/
MIT License
8 stars 18 forks source link

Added Eraser functionality #22

Closed apurv789 closed 3 years ago

apurv789 commented 3 years ago

following are the changes which I have made:

  1. Added Eraser button on all the canvas pages, which can toggle between pen and eraser.
  2. Size of the eraser can be changed using the size scale.
  3. Also added keyboard shortcut to quickly toggle between pen and eraser, and also change the size of eraser.

q1 2 3

apurv789 commented 3 years ago

Thanks @ExpressHermes. Yeah i should have added required styles inside external style sheet for small purpose, instead of including bootstrap. I'll keep that in mind for the next time.