MCPcopy
hub / github.com/soheilpro/mailwind / inlineCSS

Function inlineCSS

src/index.js:57–59  ·  view source on GitHub ↗
(html, css)

Source from the content-addressed store, hash-verified

55}
56
57function inlineCSS(html, css) {
58 return juice.inlineContent(html, css);
59};
60
61async function main() {
62 if (!argv['input-html']) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected