Skip to content

Commit ca55a99

Browse files
authored
fix readme images
1 parent cc1cc89 commit ca55a99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Blatantly inspired by [QRBTF](https://qrbtf.com) and [Anthony Fu's QR Toolkit](h
1414
- Choose any preset, customize or even create a new one from scratch via code editor.
1515
- Define arbitrary ui parameters in code
1616
- 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 🤡.
1818

1919
## Use existing presets
2020

@@ -43,7 +43,7 @@ I'm working on more examples.
4343
<img src="./examples/camo.png"/>
4444
</td>
4545
<td>
46-
<img src="./examples/halftone.png" width="290" style="image-rendering:pixelated"/>
46+
<img src="./examples/halftone.png" width="290"/>
4747
</td>
4848
</tr>
4949
</tbody>
@@ -52,19 +52,19 @@ I'm working on more examples.
5252
<table>
5353
<thead>
5454
<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>
5656
</tr>
5757
</thead>
5858
<tbody>
5959
<tr>
6060
<td>
61-
<img src="./examples/blocks.svg" width="100%"/>
61+
<img src="./examples/blocks.svg" width="290"/>
6262
</td>
6363
<td>
64-
<img src="./examples/bubbles.svg" width="100%"/>
64+
<img src="./examples/bubbles.svg" width="290"/>
6565
</td>
6666
<td>
67-
<img src="./examples/alien.svg" width="100%"/>
67+
<img src="./examples/alien.svg" width="290"/>
6868
</td>
6969
</tr>
7070
</tbody>

0 commit comments

Comments
 (0)