@nandithebull/latex-to-leaflet
v0.31.0
Published
TypeScript SDK for the latex-to-leaflet converter
Maintainers
Readme
@nandithebull/latex-to-leaflet
TypeScript SDK for converting LaTeX documents to Leaflet.pub JSON.
Powered by a native Node.js addon (napi-rs) — no external binaries required.
Quick start
import { convertLatex } from '@nandithebull/latex-to-leaflet';
const json = await convertLatex('\\documentclass{article}\n\\begin{document}\nHello\n\\end{document}');
console.log(json.title);License
MIT
