README.md
# KinoFigma
[](https://hex.pm/packages/kino_figma)
[](https://hexdocs.pm/kino_figma/)
[](https://hex.pm/packages/kino_figma)
[](https://github.com/RyoWakabayashi/kino_figma/blob/master/LICENSE)
A simple Kino for display Figma files on Livebook.
## Installation
Install KinoFigma in Livebook:
```elixir
Mix.install([
{:kino_figma, "~> 0.1"}
])
```
## Usage
Display Figma design file on Livebook:
```elixir
KinoFigma.design("Qb8fTiCItLCttOzhCE4VlF")
```
The argument is the file ID contained in the Figma URL.