# Vue avatar library: using DiceBear with Vue
Wrap avatar generation in a `computed` property to keep profile pictures in sync
with reactive data. Use the JS library for full control, or the HTTP API for a
dependency-free approach.
## With the JS library
```vue
```
## With the HTTP API
```vue
```