当前位置: 首页 > Web前端 > HTML

Latex公式录入模板

时间:2023-03-28 14:21:35 HTML

预览效果安装npmi@tomiaa/latex-template简单使用import{KLatexTemplate}from"@tomiaa/latex-template"newKLatexTemplate("#latex",{//公式被点击时触发onInput(latex,detail){//latex公式字符串//detaildetailsofthecurrentlyclickeditemconsole.log(latex,detail)},})//或者constins=newKLatexTemplate(document.getElementById("latex"))ins.onInput=(latex,detail)=>{console.log(latex,detail)}相关地址demo地址个人博客github