Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/panzer-vor/html2wx-rich-text

解析基础html标签和行内样式为小程序富文本对象
https://github.com/panzer-vor/html2wx-rich-text

Last synced: 25 days ago
JSON representation

解析基础html标签和行内样式为小程序富文本对象

Awesome Lists containing this project

README

        

# Usage:

```javascript
const html2wxml = require('html2wx-rich-text') // node
import html2wxml from 'html2wx-rich-text' // browser

const str = '

标题

内容
'
const nodes = html2wxml(str) // 小程序富文本对象

// 小程序