node-pptx icon indicating copy to clipboard operation
node-pptx copied to clipboard

Convert to Typescript

Open tboulis opened this issue 1 year ago • 3 comments

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

tboulis avatar Oct 17 '23 10:10 tboulis

This would indeed be much appreciated.

TisaneFruitRouge avatar Nov 30 '23 14:11 TisaneFruitRouge

or at least add @types/nodejs-pptx package

seyfer avatar Mar 24 '24 12:03 seyfer

Hi, I forked a version in order to use nestjs

  • typescript
  • es6 import If anyone needs it, you can give it a try.

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.

imagine10255 avatar Jul 07 '24 08:07 imagine10255