# tarsier [](https://crates.io/crates/tarsier)  [](https://docs.rs/tarsier)
A simple image editor. Check also its cousin [galago](https://galago.n4n5.dev), a simple svg editor.
- <https://tarsier.n4n5.dev/> - demo
- <https://github.com/Its-Just-Nans/tarsier> - repo
- <https://crates.io/crates/tarsier> - crate

## Installation
```sh
cargo install tarsier --locked
# usage as CLI
tarsier path/to/file.png # an image
# or
tarsier
```
## LICENSE
- [MIT](LICENSE)