Current section
Files
Jump to
Current section
Files
seedance2ai_org
README.md
README.md
# seedance2ai_org
`seedance2ai_org` is a minimal Hex package for the Seedance2AI AI video generator website.
- Homepage: https://www.seedance2ai.org
- Hex: https://hex.pm/packages/seedance2ai_org
- Docs: https://hexdocs.pm/seedance2ai_org
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:seedance2ai_org, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
Seedance2AiOrg.homepage()
Seedance2AiOrg.summary()
```