fix more syntax v2 bugs, update docs

This commit is contained in:
りき萌 2024-09-01 18:54:38 +02:00
parent bf37d7305c
commit d1a6fb364e
11 changed files with 544 additions and 528 deletions

View file

@ -3,7 +3,7 @@ const defaultBrush = `
-- Try playing around with the numbers,
-- and see what happens!
stroke 8 (rgba 0 0 0 1) (vec 0 0)
stroke 8 #000 (vec 0 0)
`.trim();
export class BrushEditor extends HTMLElement {