| Crates.io | mrml-wasm |
| lib.rs | mrml-wasm |
| version | 1.5.0 |
| created_at | 2022-03-11 15:59:23.350239+00 |
| updated_at | 2025-03-01 08:11:47.280235+00 |
| description | Wasm wrapping on MRML |
| homepage | |
| repository | https://github.com/jdrouet/mrml/ |
| max_upload_size | |
| id | 548268 |
| size | 80,556 |
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.
import { Engine } from "mrml";
const engine = new Engine();
const result = engine.toHtml("<mjml><mj-body>Hello World</mj-body></mjml>");
const { Engine } = require("mrml/node/mrml");
const engine = new Engine();
const result = engine.toHtml("<mjml><mj-body>Hello World</mj-body></mjml>");