Skip to content

m1ome/ex_mjml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExMjml

https://hex.pm/packages/ex_mjml

NIF for converting MJML to HTML output.

Installation

def deps do
  [
    {:ex_mjml, "~> 1.0.0"}
  ]
end

Usage:

ExMjml.to_html("<mjml><mj-head></mj-head></mjml>")
{:ok, "<!doctype html><html xmlns=..."}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published