Files
docx-js/README.md
2018-08-04 02:34:48 +00:00

404 B

clippy the assistant

Easily generate .docx files with JS/TS.


Welcome

Getting Started

Installation

$ npm install --save docx

Then you can require or import as usual:

let docx = require('docx');
import * as docx from 'docx'

Made with 💖