UNPKG

vue3-tiptap-katex

Version:

tiptap editor using mathlive package to render katex in vue 3

5 lines (3 loc) 90 B
import { createApp } from 'vue' import App from './App.vue' createApp(App).mount('#app')