JSFiddle - React, Tailwind, and code Playground

by Stallman41

HTML

<canvas id="test_canvas" style="background-color : #FFFF00" width="300px"
; height="200px"></canvas>

JavaScript

$("#Drawing_Plate").bind("touchstart", Touch_Start);
$("#Drawing_Plate").bind("touchmove", Touch_Move);
$("#Drawing_Plate").bind("touchend", Touch_End);

function