design/sequences/README.md
author ymh <ymh.work@gmail.com>
Mon, 24 Jul 2017 16:58:34 +0200
changeset 126 ba8bc0199464
parent 116 672e3c4bbd0c
permissions -rw-r--r--
add log api for syncing

## install seqdiag

```bash
$ pip install seqdiag
```

## resources

- [full documentation of seqdiag](http://blockdiag.com/en/seqdiag/introduction.html)

## examples:

### Generate png with white background

```bash
$ seqdiag -f <path to>/DejaVuSansMono.ttf metacategory_editor.diag --no-transparency
```