Skip to content

Instantly share code, notes, and snippets.

@pavei
Created August 29, 2017 21:54
Show Gist options
  • Save pavei/aa54915e77b1d8e161a9418f598bd164 to your computer and use it in GitHub Desktop.
Save pavei/aa54915e77b1d8e161a9418f598bd164 to your computer and use it in GitHub Desktop.
<canvas #myCanvas (touchstart)="handleStart($event)" (touchmove)="handleMove($event)" class="canvas-draw"></canvas>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment