About canvas drawing

Hi all!

Does anyone know how to implement this function?
https://munadilfahad.wixsite.com/canvas?fbclid=IwAR1MD1zMt_6SwOSeB98WLeHo5u97aB7iMc_x7EGxrtQHg97NoXZB_EFQV_g

I want to make a drawing effect once user clicked certain window.

It would be awesome if there are source code itself! THX!!

Asking author https://www.wix.com/corvid/forum/community-discussion/free-hand-drawing-in-wix

If you inspect the webpage that this is on through your browser’s developer tools options, then you can obtain the html code that is needed to put into the iframe on your own website page yourself.

They are using this.
https://cdn.rawgit.com/konvajs/konva/2.1.3/konva.min.js

1 Like

Thanks!! Appreciate and I’ll check that!!!