Skip to content

Instantly share code, notes, and snippets.

@Dmuasya
Created January 7, 2023 11:48
Embed
What would you like to do?
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