README.md
# copilot3d_org
`copilot3d_org` is a minimal Hex package for the Copilot 3D AI 3D model generator website.
- Homepage: https://www.copilot3d.org
- Hex: https://hex.pm/packages/copilot3d_org
- Docs: https://hexdocs.pm/copilot3d_org
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:copilot3d_org, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
Copilot3dOrg.homepage()
Copilot3dOrg.summary()
```