UNPKG

prosemirror-docx-web

Version:

Export from a prosemirror document to Microsoft word forked from curvenote/prosemirror-docx

6 lines (5 loc) 120 B
/** * 尺寸转换 像素 14 == 14, xml * 2 * @param px */ export default function sizeTransfer(px: number): number;