mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 03:30:34 +02:00
error-only for http-server, better parameter parsing for sketch markup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
setup() {
|
||||
this.steps = getParameter(`steps`, 10);
|
||||
this.steps = this.parameters.steps ?? 10;
|
||||
}
|
||||
|
||||
draw() {
|
||||
|
Reference in New Issue
Block a user