@@ -59,17 +59,18 @@ Feel free to [open a PR](https://github.com/DenverCoder1/readme-typing-svg/issue
5959
6060## 🔧 Options
6161
62- | Parameter | Details | Type | Example |
63- | :---------: | :----------------------------------------------------------------------: | :-----: | :---------------------------------: |
64- | ` lines ` | Text to display with lines separated by ` ; ` and ` + ` for spaces | string | ` First+line;Second+line;Third+line ` |
65- | ` center ` | ` true ` to center text or ` false ` for left aligned (default: ` false ` ) | boolean | ` true ` or ` false ` |
66- | ` vCenter ` | ` true ` to center vertically or ` false ` (default) to align above the center | boolean | ` true ` or ` false ` |
67- | ` height ` | Height of the output SVG in pixels (default: ` 50 ` ) | integer | Any positive number |
68- | ` width ` | Width of the output SVG in pixels (default: ` 400 ` ) | integer | Any positive number |
69- | ` font ` | Font family (default: ` monospace ` ) | string | Any font from Google Fonts |
70- | ` size ` | Font size in pixels (default: ` 20 ` ) | integer | Any positive number |
71- | ` color ` | Color of the text (default: ` 36BCF7 ` ) | string | Hex code without # (eg. ` 00ff00 ` ) |
72- | ` multiline ` | ` true ` to wrap lines or ` false ` to retype on one line (default: ` false ` ) | boolean | ` true ` or ` false ` |
62+ | Parameter | Details | Type | Example |
63+ | :---------: | :--------------------------------------------------------------------------: | :-----: | :---------------------------------: |
64+ | ` lines ` | Text to display with lines separated by ` ; ` and ` + ` for spaces | string | ` First+line;Second+line;Third+line ` |
65+ | ` center ` | ` true ` to center text or ` false ` for left aligned (default: ` false ` ) | boolean | ` true ` or ` false ` |
66+ | ` vCenter ` | ` true ` to center vertically or ` false ` (default) to align above the center | boolean | ` true ` or ` false ` |
67+ | ` height ` | Height of the output SVG in pixels (default: ` 50 ` ) | integer | Any positive number |
68+ | ` width ` | Width of the output SVG in pixels (default: ` 400 ` ) | integer | Any positive number |
69+ | ` font ` | Font family (default: ` monospace ` ) | string | Any font from Google Fonts |
70+ | ` size ` | Font size in pixels (default: ` 20 ` ) | integer | Any positive number |
71+ | ` color ` | Color of the text (default: ` 36BCF7 ` ) | string | Hex code without # (eg. ` 00ff00 ` ) |
72+ | ` multiline ` | ` true ` to wrap lines or ` false ` to retype on one line (default: ` false ` ) | boolean | ` true ` or ` false ` |
73+ | ` duration ` | Duration of the printing of a single line in milliseconds (default: ` 5000 ` ) | integer | Any positive number |
7374
7475## 📤 Deploying it on your own
7576
0 commit comments