Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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标签和行内样式为小程序富文本对象
- Host: GitHub
- URL: https://github.com/panzer-vor/html2wx-rich-text
- Owner: panzer-vor
- Created: 2019-03-11T14:50:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T03:42:42.000Z (almost 6 years ago)
- Last Synced: 2024-10-03T14:16:36.986Z (3 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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) // 小程序富文本对象// 小程序