README.md

# happy_horse

`happy_horse` is a minimal Hex package for the Happy Horse AI video generator website.

- Homepage: https://www.seedance2ai.app/tools/happy-horse
- Hex: https://hex.pm/packages/happy_horse
- Docs: https://hexdocs.pm/happy_horse

## Usage

Add the package to `mix.exs`:

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

Then use it:

```elixir
HappyHorse.homepage()
HappyHorse.summary()
```