# Text

A simple text wrapper.

### Constructor

```javascript
constructor(text: string | object, options: object)
``` 
#### Options
| Option | Type | Description |
| --- | --- | --- |
| `text` | string | The content of the text. |