heavysixer / node-pptx

Generate PPTX files on the server-side with JavaScript.
MIT License
159 stars 44 forks source link

Convert to Typescript #128

Open tboulis opened 9 months ago

tboulis commented 9 months ago

Hello! I would like to see this project support typescript. I would also love to start doing it myself. Let me know if it's ok to start a PR for this

TisaneFruitRouge commented 8 months ago

This would indeed be much appreciated.

seyfer commented 4 months ago

or at least add @types/nodejs-pptx package

imagine10255 commented 3 weeks ago

Hi, I forked a version in order to use nestjs

https://github.com/imagine10255/PptxGenTS

{
   "@imagine10255/pptxgents": "3.13.0-beta.7"
}

Because it was changed to vite, I am only sure that it is available in nestjs. I have not tested the browser version, so I am not sure whether it is suitable for posting PR.