You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,14 @@
8
8
9
9
You can [catch me on twitter](http://twitter.com/MrRio): [@MrRio](http://twitter.com/MrRio) or head over to [my company's website](http://parall.ax) for consultancy.
**Head over to [jsPDF.com](http://jspdf.com) for details or [_here_](http://mrrio.github.io/jsPDF/) for our most recent live editor and examples.**
45
+
Great! Now give us a Star :)
44
46
45
47
## Contributing
46
48
Build the library with `npm run build`. This will fetch all dependencies and then compile the `dist` files. To see the examples locally you can start a web server with `npm start` and go to `localhost:8000`.
Copy file name to clipboardExpand all lines: docs/global.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5277,7 +5277,7 @@ <h5>Returns:</h5>
5277
5277
<brclass="clear">
5278
5278
5279
5279
<footer>
5280
-
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:16:00 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
5280
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:53:04 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
<p><strong>A library to generate PDFs in client-side JavaScript.</strong></p>
52
52
<p>You can <ahref="http://twitter.com/MrRio">catch me on twitter</a>: <ahref="http://twitter.com/MrRio">@MrRio</a> or head over to <ahref="http://parall.ax">my company's website</a> for consultancy.</p>
53
-
<h2>Creating your first document</h2><p>The easiest way to get started is to drop the CDN hosted library into your page:</p>
54
-
<preclass="prettyprint source lang-html"><code><script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.3.2/jspdf.debug.js"></script></code></pre><p>Then you're ready to start making your document:</p>
53
+
<h2><ahref="http://rawgit.com/MrRio/jsPDF/master/">Live Demo</a> | <ahref="http://rawgit.com/MrRio/jsPDF/master/docs/">Documentation</a></h2><h2>Creating your first document</h2><p>The easiest way to get started is to drop the CDN hosted library into your page:</p>
54
+
<preclass="prettyprint source lang-html"><code><script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/latest/jspdf.debug.js"></script></code></pre><p>Then you're ready to start making your document:</p>
55
55
<preclass="prettyprint source lang-javascript"><code>// Default export is a4 paper, portrait, using milimeters for units
56
56
var doc = new jsPDF()
57
57
@@ -65,7 +65,7 @@ <h2>Creating your first document</h2><p>The easiest way to get started is to dro
65
65
})
66
66
67
67
doc.text('Hello world!', 10, 10)
68
-
doc.save('two-by-four.pdf')</code></pre><p><strong>Head over to <ahref="http://jspdf.com">jsPDF.com</a> for details or <ahref="http://mrrio.github.io/jsPDF/"><em>here</em></a> for our most recent live editor and examples.</strong></p>
68
+
doc.save('two-by-four.pdf')</code></pre><p>Great! Now give us a Star :)</p>
69
69
<h2>Contributing</h2><p>Build the library with <code>npm run build</code>. This will fetch all dependencies and then compile the <code>dist</code> files. To see the examples locally you can start a web server with <code>npm start</code> and go to <code>localhost:8000</code>.</p>
70
70
<h2>Credits</h2><ul>
71
71
<li>Big thanks to Daniel Dotsenko from <ahref="http://willow-systems.com">Willow Systems Corporation</a> for making huge contributions to the codebase.</li>
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:16:00 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
104
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:53:04 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Copy file name to clipboardExpand all lines: docs/jsPDF.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ <h5>Example</h5>
349
349
<brclass="clear">
350
350
351
351
<footer>
352
-
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:16:00 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
352
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:53:04 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:16:00 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
2311
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:53:04 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:16:00 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
1752
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:53:04 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:16:00 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
168
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:53:04 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:16:00 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
784
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:53:04 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:16:00 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
342
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:53:04 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:16:00 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
464
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Sun Oct 09 2016 08:53:04 GMT+0100 (BST) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
0 commit comments