fabricjs-react icon indicating copy to clipboard operation
fabricjs-react copied to clipboard

support custom build of fabricjs

Open mtrabelsi opened this issue 2 years ago • 0 comments

Hi, it looks like that this library is build only for minimalist fabric js (no custom build: no eraser plugin etc..)

so this code does not work

editor?.canvas.freeDrawingBrush = new fabric.EraserBrush(canvas);

freeDrawingBrush is considered as a property so no possible to set it. there is no setter either.

mtrabelsi avatar Dec 10 '22 21:12 mtrabelsi