logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

纯前端通过插件 导入/导出word, markdown到tinymce编辑器中

// 将markdown转为htmlimport { marked } from 'marked';// 将word转为htmlimport Mammoth from 'mammoth';// 方法集合import { saveAs } from 'file-saver';// 将html转为docximport { asBlob } from 'html-docx-js-typescript';

文章图片
#前端#编辑器
到底了