dulnan / lazy-brush

Smooth drawing with mouse, finger or other pointing device
https://lazybrush.dulnan.net/
MIT License
804 stars 23 forks source link

Black pen? Perhaps more a user request #6

Open ArashGhe opened 5 months ago

ArashGhe commented 5 months ago

Can you add the color black to the web app. Orange is not a good color to showcase this. As a disabled pc user and art interested this is great for drawings. I then can screen shot and also import to Affinity Designer for further work/incorporation to other art elements.

kaustubhxd commented 5 months ago

@ArashGhe Just add this piece of code in the console and you're set document.querySelector('canvas').parentElement.style = " filter: grayscale(100%) contrast(100);"