Skip to content

Commit 3fd1b71

Browse files
committed
chore(docs): add cleanup / compression params to readme
1 parent 0398c57 commit 3fd1b71

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ const automizer = new Automizer({
7272
// truncate root presentation and start with zero slides
7373
removeExistingSlides: true,
7474

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+
7583
// use a callback function to track pptx generation process.
7684
// statusTracker: myStatusTracker,
7785
})

0 commit comments

Comments
 (0)