# og_ex v0.1.0 - Table of Contents

> Embedded Open Graph and Twitter card rendering for Phoenix

## Pages

- Guides
  - [OgEx](readme.md)
  - [Function Reference](function-reference.md)

- Maintainers
  - [Native distribution](06-distribution.md)

## Modules

- [OgEx](OgEx.md): Embedded Open Graph and Twitter card rendering for Phoenix.
- [OgEx.Cache](OgEx.Cache.md): Behaviour for rendered image caches.

- [OgEx.Cache.ETS](OgEx.Cache.ETS.md): In-memory cache used by default.

- [OgEx.Card](OgEx.Card.md): Defines a social card using HEEx, HTML, and CSS.
- [OgEx.Controller](OgEx.Controller.md): Adds OgEx support to the standard Phoenix controller `render/3` call.
- [OgEx.Renderer](OgEx.Renderer.md): Behaviour implemented by HTML-to-image rendering backends.

- [OgEx.Renderer.Takumi](OgEx.Renderer.Takumi.md): Renders HEEx-produced HTML and CSS with the native Takumi engine.

