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 0398c57 commit 3fd1b71Copy full SHA for 3fd1b71
README.md
@@ -72,6 +72,14 @@ const automizer = new Automizer({
72
// truncate root presentation and start with zero slides
73
removeExistingSlides: true,
74
75
+ // activate `cleanup` to eventually remove unused files:
76
+ cleanup: false,
77
+
78
+ // Set a value from 0-9 to specify the zip-compression level.
79
+ // The lower the number, the faster your output file will be ready.
80
+ // Higher compression levels produce smaller files.
81
+ compression: 0,
82
83
// use a callback function to track pptx generation process.
84
// statusTracker: myStatusTracker,
85
})
0 commit comments