bibliography-js
bibliography-js copied to clipboard
π Javascript library for working with bibliographic references, based on BiBTeX
Bibliography.js
Javascript / Typescript library for bibliographic entities. It can parse BiBTeX and processes some LaTeX stuff, such as replacing special characters with their Unicode equivalent (for example, {\"o}
is automatically converted to ΓΆ
).
Getting Started
Install it via npm:
npm install bibliography
And include in your project:
import {} from 'bibliography';
License
MIT
Contact
Maarten Trompper <[email protected]>