singerla / pptx-automizer

A template based pptx generator for Node.js
MIT License
63 stars 11 forks source link

Add altText attribute to elementInfo #116

Closed jrking4 closed 1 month ago

singerla commented 1 month ago

Thanks a lot for this improvement!

singerla commented 1 month ago

I was editing type ElementInfo at the same time and I've realized that it has an impact on performance if we are gathering too much info for each shape. That's why I moved altText to a function call "getAltText".