dascom-le-editor 0.0.10 → 0.0.11

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/README.md CHANGED
@@ -73,7 +73,7 @@ interface fontItem {
73
73
  name: string,
74
74
  url?: string
75
75
  }
76
-
76
+ // fontItem 里有 url,则会自动加载 load 对应url 字体到 页面document
77
77
  // 默认字体列表增加自定义字体
78
78
  editorIntance.addCustomFontList(fontItem[])
79
79