KinoVix
Simple Kino.Render protocol
implementation for Vix
Renders a Vix.Image immediately in a Livebook
Installation
def deps do
[
{:kino_vix, "~> 0.1.0"}
]
endOr in Livebook
Mix.install([
{:image, "~> 0.10.0"},
{:kino_vix, "~> 0.1.0"}
])E.g in conjunction with the Image library image manipulation is a breeze in Livebook.