2
0

added some comments and implemented spreaded points

This commit is contained in:
2018-05-16 01:29:56 +02:00
parent 54e86c5985
commit 86051a7118
3 changed files with 80 additions and 22 deletions

View File

@@ -8,6 +8,7 @@ export interface Param {
x: number,
y: number
};
spread: number;
stroke?: {
width: number;
};