You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`lines`| Text to display with lines separated by `;` and `+` for spaces | string |`First+line;Second+line;Third+line`|
126
+
|`height`| Height of the output SVG in pixels (default: `50`) | integer | Any positive number |
127
+
|`width`| Width of the output SVG in pixels (default: `400`) | integer | Any positive number |
128
+
|`size`| Font size in pixels (default: `20`) | integer | Any positive number |
129
+
|`font`| Font family (default: `monospace`) | string | Any font from Google Fonts |
130
+
|`color`| Color of the text (default: `36BCF7`) | string | Hex code without # (eg. `F724A9`) |
131
+
|`background`| Background color of the text (default: `00000000`) | string | Hex code without # (eg. `FEFF4C`) |
132
+
|`center`|`true` to center text or `false` for left aligned (default: `false`) | boolean |`true` or `false`|
133
+
|`vCenter`|`true` to center vertically or `false`(default) to align above the center | boolean |`true` or `false`|
134
+
|`multiline`|`true` to wrap lines or `false` to retype on one line (default: `false`) | boolean |`true` or `false`|
135
+
|`duration`| Duration of the printing of a single line in milliseconds (default: `5000`) | integer | Any positive number |
136
+
|`pause`| Duration of the pause between lines in milliseconds (default: `0`) | integer | Any non-negative number |
137
+
|`repeat`|`true` to loop around to the first line after the last (default: `true`) | boolean |`true` or `false`|
138
+
|`separator`| Separator used between lines in the lines parameter (default: `;`) | string |`;`, `;;`, `/`, etc. |
139
+
|`letterSpacing`| Letter spacing (default: `normal`) | string | Any css values for the [letter-spacing](https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing) property |
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing" target="_blank" class="icon tooltip" title="Enter any css value for the letter-spacing property">
0 commit comments