You need browser extension which supports userscripts, like:
- Tampermonkey
- Greasemonkey
- or any other Simply import WebPainter.user.js into extension !
This is ReactJS Project, with integrated Imba applet ,written for efficiently drawing on the overlay. Imba is a programming language created on top of Javascript.
Credits: this project uses component: TailwindCSS React Color Picker https://modall.ca/lab/tailwindcss-react-color-picker
Code is compiled and converted into userscript script. Browser extension than inject that code into DOM of any site.
npm install
then:
npm run build
Userscript file WebPainter.user.js will be inside /dist folder
To build example preview page (like this one) , where WebPainter is inbuilt into page code and doesn't require extension:
npn run test
npm run dev