bensladden/vue-fabric-wrapper

How to use Fabric methods

Closed this issue · 3 comments

I am trying to get started with the vue wrapper for fabric js. I have experience in fabric but not that much with vue.

How can I set a background Image for a fabricjs-canvas made by the wrapper?

<FabricCanvas></FabricCanvas>

Is in the template. How to access it?

I had forgotten about this. In the most recent release (0.3.63) i have just made a component for this purpose.
Example https://codesandbox.io/s/stickman-nh6ng

Also to access other methods see below:

https://codesandbox.io/s/stickman-scdpz

Look at the GetImage component

Thank you. It works, awesome support!