UNPKG
test-whiteboard
Version:
latest (1.0.1)
1.0.1
1.0.0
https://gitlab.gridsum.com/gov_law_tech/FrontEnd/whiteboard
test-whiteboard
/
libs
/
stroke.js
8 lines
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export default
class
Stroke
{
constructor
(color,size,fontFamily) {
this
.color = color;
this
.size = size;
this
.fontFamily = fontFamily; } }