Code for the demo for AI presentation tool on 10 September 2025.
| .vscode | ||
| assets | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| babel.config.json | ||
| manifest.xml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
Powerpoint AI Demo
This repository stores the code for Powerpoint AI demo scheduled on September 10, 2025. This README will be replaced with more detailed instructions on how to run the code later.
Requirements & Installation
- Install Powerpoint. Free trial is available for 5 days.
- Install Node.js.
- Clone this repository.
- Inside of the repository, run
npm install - Office JS instructions might ask for which app to target. Select PowerPoint.
- Once the installation is complete,
npm start - Further instructions can be found on the frontend itself on how to demo.
Other relevant information
- All relevant code can be found in
./src/taskpane/. This is the code for the "sidebar" on Powerpoint. - The
console.log()function does not log in the terminal. Right click on the taskpane and click on Inspect to access the debug console.