UNPKG

test-whiteboard

Version:

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

8 lines 183 B
export default class Stroke{ constructor(color,size,fontFamily) { this.color = color; this.size = size; this.fontFamily = fontFamily; } }