html2wx-rich-text

1.0.4 • Public • Published

场景

html标签富文本解析为小程序rich-text(不支持图片,css,js)

Usage:

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

const str = '<p>标题</p><div style="color:red;font-size: 16px">内容</div>'
const nodes = html2wxml(str) // 小程序富文本对象

// 小程序
<rich-text nodes="{{nodes}}"></rich-text>

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i html2wx-rich-text

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    11.2 kB

    Total Files

    4

    Last publish

    Collaborators

    • xyk0279