Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maartenvanvliet/kino_vix

kino_vix
https://github.com/maartenvanvliet/kino_vix

Last synced: about 2 months ago
JSON representation

kino_vix

Awesome Lists containing this project

README

        

# KinoVix
## [![Hex pm](http://img.shields.io/hexpm/v/kino_vix.svg?style=flat)](https://hex.pm/packages/kino_vix) [![Hex Docs](https://img.shields.io/badge/kino_vix-9768d1.svg)](https://hexdocs.pm/kino_vix) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Simple [`Kino.Render`](https://hexdocs.pm/kino/Kino.Render.html) protocol
implementation for [Vix](https://hex.pm/packages/vix)

Renders a Vix.Image immediately in a Livebook

## Installation

```elixir
def deps do
[
{:kino_vix, "~> 0.1.0"}
]
end
```

Or in Livebook

```elixir
Mix.install([
{:image, "~> 0.10.0"},
{:kino_vix, "~> 0.1.0"}
])
```

E.g in conjunction with the [Image](https://hex.pm/packages/image) library
image manipulation is a breeze in Livebook.

![Livebook example](assets/livebook.png)