Closed rajatbarman closed 4 years ago
Right now it is in a setTimeout with 0 timeout, this affects drawing experience a bit. If immediate is true it should execute without setTimeout like implemented in this file.
https://github.com/rajatbarman/react-canvas-draw/blob/master/src/index.js
Thanks for reporting!
This is now fixed in version 1.1.0
Right now it is in a setTimeout with 0 timeout, this affects drawing experience a bit. If immediate is true it should execute without setTimeout like implemented in this file.
https://github.com/rajatbarman/react-canvas-draw/blob/master/src/index.js