npm.io
0.0.6 • Published 6 years ago

html-style

Licence
ISC
Version
0.0.6
Deps
2
Size
48 kB
Vulns
2
Weekly
0

html-style

将 css 样式应用到 html 行内样式。

Usage

const transform = require("html-style");
transform('<div>hello</div>', 'div {color: red}');
// output <div style="color: red;">hello</div>