Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maartenvanvliet/kino_vix
kino_vix
https://github.com/maartenvanvliet/kino_vix
Last synced: about 2 months ago
JSON representation
kino_vix
- Host: GitHub
- URL: https://github.com/maartenvanvliet/kino_vix
- Owner: maartenvanvliet
- License: mit
- Created: 2022-10-06T17:53:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T18:07:40.000Z (over 2 years ago)
- Last Synced: 2024-11-17T17:50:03.473Z (about 2 months ago)
- Language: Elixir
- Size: 3.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)