Closed amjadAH closed 3 years ago
I changed the mousemove & mouseup listener to be on the document object instead of the canvas, also I updated the minified file.
mousemove
mouseup
Doesn't seem to work: https://jsfiddle.net/KetZoomer/xsz0c3au/
@kethan1 This code is not my updated code, you can check my code here, I don't know why but this cdn service is getting the original code, not the forked one.
Thank you
Ah, wonder why JSDeliver isn't working... Anyway, this works, https://jsfiddle.net/KetZoomer/xsz0c3au/2!
I changed the
mousemove
&mouseup
listener to be on the document object instead of the canvas, also I updated the minified file.