pixuireactcomponents 1.3.74 → 1.3.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -106,7 +106,7 @@ export var tools;
|
|
|
106
106
|
* @param str
|
|
107
107
|
* @returns
|
|
108
108
|
*/
|
|
109
|
-
tools.
|
|
109
|
+
tools.convertRichTextToPixuiStyle = function (str) {
|
|
110
110
|
var $ = cheerio.load(str, null, false);
|
|
111
111
|
var _loop_1 = function (i) {
|
|
112
112
|
var indent = "ql-indent-".concat(i);
|