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

support fabricjs from react

Results 10 fabricjs-react issues
Sort by recently updated
recently updated
newest added

Is there any way I could perform addCircle() and add the circle in the coordinates that I want in my canvas maybe using the top and left properties ?

Hi, Thank you for creating the packages compatible for react, I was just wondering, is there any way can you provide us with some documentation as it'll be a great...

documentation
enhancement

The syntax appears to be unique (different from regular fabric.js code). Is there documentation for fabricjs-react? I have a large fabric.js project code, and I'm trying to migrate it to...

documentation
enhancement

Repro: https://codesandbox.io/p/sandbox/nervous-artem-dxm4w3?file=%2Fsrc%2FApp.js%3A6%2C19-6%2C34 If you make 3 circles, and then shift click them all, it reports only 1 item selected: However, if you make a selectionbox over all the items, then...

bug
high priority

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 =...

enhancement

Hi I use fabricjs-react with fabric. With fabric version 5.3 it is ok , but with fabricjs beta version it is giving error like . Cannot read properties of undefined...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 19.0.0. Release notes Sourced from jsdom's releases. Version 19.0.0 Changed jsdom.nodeLocation() to return undefined when used on nodes that originate via fragment parsing (e.g., via...

dependencies

Hello, I have been exploring this solution and wanted to wrap it in my own hook to eliminate the "fabricjs" specific stuff and create a more generic "useCanvas" hook which...

addText method support custom font family? ### usage: `editor.addText('xxx',{ fontFamily:'xxx' })`