Translate LaTeX or TeX math markup to typst in your browser.
Demo screenshot:
This project is a Web UI wrapper. The core algorithm is implemented in qwinsi/tex2typst.
A static web App is deployed on Github page.
yarn install # or npm install
npm run make:sw
npm run make:html
npm run dev
npm run build