background pathern fabicjs code example
Example: fabric js background pathern
var src = 'img/checker.png';
canvas.setBackgroundColor({source: src, repeat: 'repeat'}, function () {
canvas.renderAll();
});
var src = 'img/checker.png';
canvas.setBackgroundColor({source: src, repeat: 'repeat'}, function () {
canvas.renderAll();
});