What's Changed
- fix:#18 Fixed an error when calling this.jspdfCtx.restoreGraphicsState() when the internal graphics state stack of jsPDF is empty by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/19
- fix:#17 jspdf encryption default value by @lyrxiaoxiaoniao in https://github.com/lmn1919/dompdf.js/pull/21
- fix:#22 Remove CanvasRenderingContext2D instances and use the jsPDF...