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