README.md
# background_remover
`background_remover` is a minimal Hex package for the Background Remover AI video generator website.
- Homepage: https://www.seedance2ai.app/tools/background-remover
- Hex: https://hex.pm/packages/background_remover
- Docs: https://hexdocs.pm/background_remover
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:background_remover, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
BackgroundRemover.homepage()
BackgroundRemover.summary()
```