New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

html-style

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-style

hahaha

latest
npmnpm
Version
0.0.6
Version published
Weekly downloads
1
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

html-style

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

Usage

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

FAQs

Package last updated on 09 Mar 2020

Related posts