/TypingText

A typing SVG image to enhance your websites' appearance.

Primary LanguagePHPMIT LicenseMIT

Typing Text

A typing SVG image to enhance your websites' appearance.

Note: This will not work on READMEs, as markdown doesn't support embedding.

📄 How to use :

Paste the code below into your HTML document.

<iframe src='type-svg.herokuapp.com/TypingText.svg' height='[any number]px' width='[any number]px' frameborder='0'>

Replace the '[any number]' with your desired height and width respectively. For example,

<iframe src='type-svg.herokuapp.com/TypingText.svg' height='75px' width='100%' frameborder='0'>

URL Parameters :

Parameters Description
color Specifies the color of the text
text Specifies the text.
timePerChar Specifies the rest per character
rest Specifies the rest after lines
background Specifies the background color of the image
family Specifies the font-family of the text
size Specifies the font-size of the text in pixels.

Note: Use ' | ' to separate the lines.