foundation / inky

Convert a simple HTML syntax into tables compatible with Foundation for Emails.
http://foundation.zurb.com/emails
673 stars 107 forks source link

Unable to use inky programmatic mode in web. #119

Open balatvm opened 4 years ago

balatvm commented 4 years ago

I would like to use Inky transpilation in web app (browser) using programmatic mode. But it looks like Inky has hard dependency on fs module which restricts me to run inky in browser.

import {Inky} from 'inky';
import cheerio from 'cheerio';

ERROR in ./node_modules/mkdirp/index.js Module not found: Error: Can't resolve 'fs'