README.md
# EvisionSlack
Send processed image to a Slack channel!
This project is inspired by [livebook-dev/kino_slack](https://github.com/livebook-dev/kino_slack). Most of the code is copied and paste from [livebook-dev/kino_slack](https://github.com/livebook-dev/kino_slack).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `evision_slack` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:evision_slack, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/evision_slack>.