UNPKG

test-whiteboard

Version:

https://gitlab.gridsum.com/gov_law_tech/FrontEnd/whiteboard

10 lines (9 loc) 215 B
export default class WhiteboardText{ constructor(id,content,x,y,stroke){ this.id=id; this.stroke= stroke; this.content = content; this.x=x; this.y = y; } }