template-designer 0.7.1 → 0.7.3

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
@@ -268,6 +268,10 @@ const config = {
268
268
 
269
269
  提供一个独立工具,将“模板数据 + 打印数据”渲染为 PDF 或 PNG,并返回 base64 或 dataURL
270
270
 
271
+ ## renderTemplateToHtml
272
+
273
+ 提供一个独立工具,将“模板数据 + 打印数据”渲染为 html
274
+
271
275
  ### 导入
272
276
 
273
277
  ```js