@liqiqiang/cleanhtml
v1.0.1
Published
清洗凌乱的 html,去除多余的属性、嵌套和所有的行内样式等
Downloads
4
Readme
cleanhtml
功能
清洗凌乱的 html,去除多余的属性、嵌套和所有的行内样式等。
安装
npm install @liqiqiang/cleanhtml --save
使用
const cleanhtml = require('@liqiqiang/cleanhtml');
const html = cleanhtml(rawHtml);