We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af8ae5 commit 5a6ef09Copy full SHA for 5a6ef09
README
@@ -6,10 +6,10 @@ I also made jsPDF back in 2009 - http://github.com/MrRio/jsPDF
6
7
Usage:
8
9
- var doc = new DOCXjs();
10
- doc.text('DOCX.js is a free open source library for generating Microsoft Word Documents using pure client-side JavaScript.');
11
- doc.text('It was developed by James Hall at Snapshot Media.');
12
- doc.output('datauri');
+var doc = new DOCXjs();
+doc.text('DOCX.js is a free open source library for generating Microsoft Word Documents using pure client-side JavaScript.');
+doc.text('It was developed by James Hall at Snapshot Media.');
+doc.output('datauri');
13
14
Output:
15
0 commit comments