Niowx Email Compiler
Developer Guide
API

Email Compiler

Intro

Normalize different kinds of emails to json.

Quick Start

# you can use npm , yarn or pnpm 

#npm
npm i @niowx/email-compiler -S

# yarn
yarn add @niowx/email-compiler

# pnpm
pnpm add @niowx/email-compiler

Example

We will automatically identify the source of your email and parse it.

import emailCompiler from '@niowx/email-compiler'

const content = emailCompiler('email content')