How could I write something through handwriting on to my Electronjs desktop app

133 Views Asked by At

I am developing a desktop application using electron js and have python backend. I want to write something on to my app through hand without keyboard and want to store this handwritten information into my database. Any suitable solution for this task??

1

There are 1 best solutions below

0
Sudhakar Ramasamy On BEST ANSWER

There are many libraries. Checkout https://github.com/jakubfiala/atrament.js (Tiny JS library for beautiful drawing and handwriting on the HTML Canvas).