added some comments and implemented spreaded points
This commit is contained in:
@@ -8,6 +8,7 @@ export interface Param {
|
||||
x: number,
|
||||
y: number
|
||||
};
|
||||
spread: number;
|
||||
stroke?: {
|
||||
width: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user