Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 524 Bytes

File metadata and controls

19 lines (12 loc) · 524 Bytes

MJMLApp for Apps Script

A library for using MJML in Google Apps Script.

Installation

Use the following script ID to add this library to your project:

1kBr89ap-MoQQceIyuxjVwh8dudCkhR-2k6_TopZOMe4nw5IJGNbHL5tt

Usage

const { html } = mjml.mjml2html('...');

See mjml for more information and the full interface for mjml2html.