Code for the demo for AI presentation tool on 10 September 2025.
Find a file
2025-11-11 12:15:17 +01:00
.vscode Initial commit with beautify and fit-horizontal 2025-09-17 13:01:15 +02:00
assets Initial commit 2025-09-09 12:32:43 +02:00
src Add extract-colors table for debugging 2025-11-11 12:15:17 +01:00
.eslintrc.json Initial commit 2025-09-09 12:32:43 +02:00
.gitignore Add row detection 2025-09-17 16:51:02 +02:00
babel.config.json Initial commit 2025-09-09 12:32:43 +02:00
manifest.xml Initial commit 2025-09-09 12:32:43 +02:00
package-lock.json Initial commit 2025-09-09 12:32:43 +02:00
package.json Initial commit 2025-09-09 12:32:43 +02:00
README.md Add title and relevant information sections to README 2025-09-09 12:47:55 +02:00
webpack.config.js Initial commit 2025-09-09 12:32:43 +02:00

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

  1. Install Powerpoint. Free trial is available for 5 days.
  2. Install Node.js.
  3. Clone this repository.
  4. Inside of the repository, run npm install
  5. Office JS instructions might ask for which app to target. Select PowerPoint.
  6. Once the installation is complete, npm start
  7. 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.