From 3d43b38e0106355d17dced332905d1a1f782b24e Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Tue, 15 Feb 2022 11:29:03 +0600 Subject: [PATCH] Fix import statement --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2650ed0..3432acd 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,9 @@ You can pass options to `generate()` to set a different return type. use ## Changelog +### Version 1.3.2 +* Fix import statement for jszip + ### Version 1.3.1 * Added the imageRatio parameter like a percent ratio when insert images. (#121) * Add new substitution for images. (#110)