documentation - binding this remove 256 canvas size

pull/3118/head
mellisdesigns 5 years ago
parent 4632ad696b
commit 39760b70f8

@ -7,8 +7,8 @@ The readonly `this` binding applies to every element (and component) and allows
```html
<canvas
bind:this={canvas}
width={256}
height={256}
width={32}
height={32}
></canvas>
```

Loading…
Cancel
Save