Skip to content

elixir-tools/tableau_og_extension

Repository files navigation

Tableau.OgExtension

Discord Hex.pm Hex Docs

The Open Graph extension for Tableau!

This enables you to create open graph images from a template for all of the pages in your site, utilizing Puppeteer and Google Chrome.

See the docs for more information.

Installation

If available in Hex, the package can be installed by adding tableau_og_extension to your list of dependencies in mix.exs:

def deps do
  [
    {:tableau_og_extension, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tableau_og_extension.