node-kpathsea

1.0.0 • Public • Published

node-kpathsea (node-kpathsea)

Node native bindings to the Kpathsea library

Installation

npm install node-kpathsea

Building the native module requires you having the Kpathsea library and includes on your machine (which probably means you need some version of TeX Live installed).

Usage

import {Kpathsea, FILE_FORMAT} from "node-kpathsea";

const kpse = new Kpathsea("/usr/bin/tex");

kpse.findFile("cmr10", FILE_FORMAT.TFM)
// -> "/usr/share/texmf-dist/fonts/tfm/public/cm/cmr10.tfm"

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i node-kpathsea

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • xymostech