Set the centeredScaling
property of the fabric.Object.prototype
to true
.
fabric.Object.prototype.centeredScaling = true;
This will ensure that all objects created using Fabric.js will have centered scaling enabled by default.
You can check Vue FabricJs Starter kit for basic structure initialization.