import { fabric } from "fabric"; export default class Layer { constructor() { this.group = new fabric.Group([], {}); } }