Skip to content

Latest commit

 

History

History
executable file
·
48 lines (32 loc) · 1.15 KB

README.md

File metadata and controls

executable file
·
48 lines (32 loc) · 1.15 KB

Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.

API


docxToTex()

Signature

docxToTex(input: Uint8Array, options: object = {}): Promise<VFile>;

Parameters

Name Type
input Uint8Array
options object
options.citationType? "endnote"
options.mailto? string
options.url? string

Returns

Promise<VFile>

Defined in: lib/processors-jote-docx-tex.ts:15

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as

pnpm add jote-docx-tex
# or with yarn
# yarn add jote-docx-tex
# or with npm
# npm install jote-docx-tex

processors-jote-docx-tex

Can't really remember what this is lmao

Running unit tests