How to use Fabric methods
Closed this issue · 3 comments
johnny-longneck commented
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?
bensladden commented
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
bensladden commented
Also to access other methods see below:
https://codesandbox.io/s/stickman-scdpz
Look at the GetImage component
johnny-longneck commented
Thank you. It works, awesome support!