DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
134 Bytes
export default function(node, x0, y0, x1, y1) {
this.node = node;
this.x0 = x0;
this.y0 = y0;
this.x1 = x1;
this.y1 = y1;
}