README.md

# grok_imagine_2_0

`grok_imagine_2_0` is a minimal Hex package for the Grok Imagine 2.0 AI video generator website.

- Homepage: https://www.seedance2ai.app/tools/grok-imagine-2-0
- Hex: https://hex.pm/packages/grok_imagine_2_0
- Docs: https://hexdocs.pm/grok_imagine_2_0

## Usage

Add the package to `mix.exs`:

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

Then use it:

```elixir
GrokImagine20.homepage()
GrokImagine20.summary()
```