View Source KinoVix (KinoVix v0.1.0)
Simple Kino.Render
protocol
implementation for Vix
Renders a Vix.Image immediately in a Livebook
installation
Installation
def deps do
[
{:kino_vix, "~> 0.1.0"}
]
end
Or 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.