Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.65k stars 471 forks source link

Needs if(callback) conditional within lib/genpptx line 2357 #319

Open Auxnon opened 5 years ago

Auxnon commented 5 years ago

Needs if(callback) conditional, otherwise callback parameter is mandatory for pptx.addChart which is not made clear in documentation

https://github.com/Ziv-Barber/officegen/blob/2c482ea3e83c45b4cde7ddfc6a3fe01c24b0f393/lib/pptx/genpptx.js#L2359