fix more syntax v2 bugs, update docs
This commit is contained in:
parent
bf37d7305c
commit
d1a6fb364e
11 changed files with 544 additions and 528 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue