-
I think we can use this open source implementation as reference: https://github.com/arch-inc/fabricjs-psbrush
-
I know the readme states that the library is only available for version 3 and 4, but I figured I would make an issue anyway to make sure people know that there is currently a few errors/bugs.
## er…
-
First of all, thanks so much for the mirror feature really nice implementation.
- Every time I set the background color to greyish white and when I clear the canvas the background color reset to bla…
-
I was curious to know if javascript/the browser can read pen-pressure; I found this..
https://pressurejs.com . flicking though the source code , i see references to 'event.pressure' for pointer event…
-
Is there currently any support for (or are there any plans to add) pressure / tilt from pens (e.g. Wacom tablet, iPad pencil, etc)? Pressure is typically used to vary the brush width as you are using …
-
Hello,
Thank you for this beautiful library for Fabric. It seems that your brushes handle the pen pressure. Is it possible to have a simple brush (like the default one) in your library. It would gi…
-
Hi,
I`m using vuejs 2 with vue-cli, webpack and typescript. I imported fabric and fabricjs-psbrush as you mentioned in docs.
My code:
```
import { PSBrush } from "@arch-inc/fabricjs-psbrush";
…
-
Hello there,
Thank you a lot for this plugin. It's something we are looking for for a while. I will see if I can contribute in any way.
The sad thing is that it seems to not work on a desktop co…
-
Hi and thank you for this great work!
I have an issue when changing the brush width between two strokes.
Everything is fine when we are on small values, but when I set the width to higher values I…
-
Hi
I am trying to incorporate your cool brush into a drawing code I am working on which is based on fabric.js. I have been having some problems, so I tried to create a simple case based on your exam…