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 from "mrml";
const engine = ;
const result = engine.;
Usage on node 💻
const = require;
const engine = ;
const result = engine.;