1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 19:20:39 +02:00

error-only for http-server, better parameter parsing for sketch markup

This commit is contained in:
Pomax
2020-08-27 11:36:17 -07:00
parent 46f94282e1
commit b2314a4f87
47 changed files with 130 additions and 293 deletions

View File

@@ -2,7 +2,7 @@ setup() {
const w = this.width,
h = this.height;
const degree = this.getParameter(`degree`, 3);
const degree = this.parameters.degree ?? 3;
if (degree === 3) {
this.f = [