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

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

自定义 html 样式

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

  },
  afterStyle: (document) => {

  }
});
// output <div style="color: red;"></div>

FAQs

Package last updated on 26 Aug 2019

Related posts