> For the complete documentation index, see [llms.txt](https://typing-flow.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typing-flow.gitbook.io/docs/introduction/configuration.md).

# Configuration

You can configure your <mark style="color:orange;">flow</mark> to get the desired behavior.

{% code title="example" %}

```typescript
new TypingFlow({
  renderer: browserRenderer(),
  loop: true,
});
```

{% endcode %}

| Attribute | Type                                          | Description                                                                            |
| --------- | --------------------------------------------- | -------------------------------------------------------------------------------------- |
| renderer  | <mark style="color:blue;">RendererType</mark> | Function for displaying animation state. Read [Renderers](/docs/features/renderers.md) |
| loop      | <mark style="color:blue;">boolean</mark>      | Shoud the animation be looped                                                          |
