How can i increase drawing pencil size
Closed this issue · 2 comments
manojbhardwaj commented
How can i increase drawing pencil size
Peshou commented
You can send the lineWidth as input. Currently only pixels are supported.
The change was added in version 1.3.4 so please update the package to this version if it's smaller than the required version
Example:
<canvas-whiteboard #canvasWhiteboard
[lineWidth]="100"
(onBatchUpdate)="onCanvasDraw($event)"
(onClear)="onCanvasClear()"
(onUndo)="onCanvasUndo($event)"
(onRedo)="onCanvasRedo($event)">
</canvas-whiteboard>
manojbhardwaj commented
ok sir done Thank you...