Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lqqyt2423/cleanhtml

清洗凌乱的 html,去除多余的属性、嵌套和所有的行内样式等
https://github.com/lqqyt2423/cleanhtml

Last synced: about 2 months ago
JSON representation

清洗凌乱的 html,去除多余的属性、嵌套和所有的行内样式等

Awesome Lists containing this project

README

        

# cleanhtml

## 功能

清洗凌乱的 html,去除多余的属性、嵌套和所有的行内样式等。

## 安装

```bash
npm install @liqiqiang/cleanhtml --save
```

## 使用

```javascript
const cleanhtml = require('@liqiqiang/cleanhtml');

const html = cleanhtml(rawHtml);
```