design/sequences/README.md
author ymh <ymh.work@gmail.com>
Sat, 06 Jul 2019 01:00:53 +0200
changeset 204 0c78763b5f10
parent 116 672e3c4bbd0c
permissions -rw-r--r--
set version

## 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
```