We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5cc99 commit 31605e4Copy full SHA for 31605e4
example/examples/drawboard.js
@@ -17,6 +17,7 @@ const drawBoardOptions = {
17
18
brushSize: 5, // The radius of one point of data, in coordinate units
19
brushColor: [1, 1, 1], // Color of the brush
20
+ allowUndo: true
21
}
22
23
const DrawBoard = new GPUjsRealRenderer.RealDrawBoard(drawBoardOptions);
0 commit comments