Fix descriptions of demos

This commit is contained in:
Dolan
2019-02-26 22:20:20 +00:00
parent 918faf59c3
commit 5ae541a40d
10 changed files with 14 additions and 16 deletions

View File

@ -1,3 +1,5 @@
// Example on how to use a template document
// Import from 'docx' rather than '../build' if you install from npm
import * as fs from "fs";
import { Document, ImportDotx, Packer, Paragraph } from "../build";