Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.19 KB

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.