const canvas = new fabric.Canvas("canvas",{
width: 500,
height: 500,
backgroundColor:"black"
});
canvas.renderAll();