Skip to content

Instantly share code, notes, and snippets.

@Dmuasya
Created January 7, 2023 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dmuasya/88d7497a52805af85e73cd4a032724d6 to your computer and use it in GitHub Desktop.
Save Dmuasya/88d7497a52805af85e73cd4a032724d6 to your computer and use it in GitHub Desktop.
var canvas,
a,
b;
canvas = new fabric.Canvas('tcanvas', {
hoverCursor: 'pointer',
selection: true,
selectionBorderColor: 'blue'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment