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
<p><strong>A library to generate PDFs in client-side JavaScript.</strong></p>
53
53
<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>
54
-
<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
+
<h2><ahref="http://rawgit.com/MrRio/jsPDF/master/">Live Demo</a> | <ahref="https://cdn.jsdelivr.net/gh/MrRio/jsPDF/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>
55
55
<preclass="prettyprint source lang-html"><code><script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.3.5/jspdf.debug.js"></script></code></pre><p>or can always get latest version via <ahref="https://unpkg.com/#/">unpkg</a></p>
0 commit comments