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,4 +1,4 @@
// Example of how to add images to the document - You can use Buffers, UInt8Arrays or Base64 strings
// Example of how to "wrap" text around an image
// Import from 'docx' rather than '../build' if you install from npm
import * as fs from "fs";
// import { Document, Packer, Paragraph } from "../build";