mrml
TypeScript icon, indicating that this package has built-in type declarations

1.4.10 • Public • Published

MRML Wasm

This project is a reimplementation of the nice MJML markup language in Rust, built in webassenbly.

To have more information, take a look at the repository.

Usage on the browser 🌍

import { Engine } from "mrml";

const engine = new Engine();
const result = engine.toHtml("<mjml><mj-body>Hello World</mj-body></mjml>");

Usage on node 💻

const { Engine } = require("mrml/node/mrml");

const engine = new Engine();
const result = engine.toHtml("<mjml><mj-body>Hello World</mj-body></mjml>");

/mrml/

    Package Sidebar

    Install

    npm i mrml

    Weekly Downloads

    2

    Version

    1.4.10

    License

    MIT

    Unpacked Size

    4.1 MB

    Total Files

    16

    Last publish

    Collaborators

    • jdrouet