Skip to main content
GET
/
typing
Typing Animation
curl --request GET \
  --url https://icon.mzrdev.com/typing
{
  "SVG": {}
}

Query Parameters

text
string
Semicolon-separated lines to type. Use : for persistent prefix.
font
string
default:"Nunito"
Font family: Nunito or Fira Code.
fontSize
number
default:"52"
Font size in pixels.
color
string
Text color (hex). Overrides gradient.
align
string
default:"left"
Text alignment: left or center.
speed
number
default:"85"
Typing speed (ms per char).
background
string
default:"transparent"
Background color (hex).

Response

SVG
image/svg+xml
Returns an animated SVG with the typing effect.