Skip to content

Renders compatible TeX commands using KaTeX to images.

License

Notifications You must be signed in to change notification settings

GreenCappuccino/KaTeXtual

Repository files navigation

KaTeXtual

...is a simple package with only one goal: render compatible TeX commands using KaTeX to image formats in a fast and customizable manner.

import {KaTeXtual} from 'katextual';

// singleton with async initialization
katextual = await KaTeXtual.getInstance();

// renders as buffer in PNG format
const png: Buffer = await katextual.renderPng('\\int_0^{2\\pi}{\\sin{\\theta}}');

NPM

About

Renders compatible TeX commands using KaTeX to images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published