File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Blatantly inspired by [QRBTF](https://qrbtf.com) and [Anthony Fu's QR Toolkit](h
14
14
- Choose any preset, customize or even create a new one from scratch via code editor.
15
15
- Define arbitrary ui parameters in code
16
16
- Supports SVG and PNG (canvas)
17
- - No safeguards whatsoever. All code runs directly in browser. This is a hammer, not a toy for babies 🤡.
17
+ - All code runs directly in browser (no safeguards) . This is a hammer, not a toy for babies 🤡.
18
18
19
19
## Use existing presets
20
20
@@ -43,7 +43,7 @@ I'm working on more examples.
43
43
<img src="./examples/camo.png"/>
44
44
</td>
45
45
<td>
46
- <img src="./examples/halftone.png" width="290" style="image-rendering:pixelated" />
46
+ <img src="./examples/halftone.png" width="290"/>
47
47
</td>
48
48
</tr >
49
49
</tbody >
@@ -52,19 +52,19 @@ I'm working on more examples.
52
52
<table >
53
53
<thead >
54
54
<tr>
55
- <th colspan="3">Implementing styles from <a href="https://qrbtf.com" target="_blank" >QRBTF</a></th>
55
+ <th colspan="3">Implementing styles from <a href="https://qrbtf.com">QRBTF</a></th>
56
56
</tr>
57
57
</thead >
58
58
<tbody >
59
59
<tr >
60
60
<td>
61
- <img src="./examples/blocks.svg" width="100% "/>
61
+ <img src="./examples/blocks.svg" width="290 "/>
62
62
</td>
63
63
<td>
64
- <img src="./examples/bubbles.svg" width="100% "/>
64
+ <img src="./examples/bubbles.svg" width="290 "/>
65
65
</td>
66
66
<td>
67
- <img src="./examples/alien.svg" width="100% "/>
67
+ <img src="./examples/alien.svg" width="290 "/>
68
68
</td>
69
69
</tr >
70
70
</tbody >
You can’t perform that action at this time.
0 commit comments