martibook / InsertPhotoAddIn

A PowerPoint Add-in implementation for a Hackathon project, to insert photos across device directly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPTAddIn

This repo implements a PowerPoint Add-in, which is outlined in red in the following picture. The purpose is to insert photos into slides opened on PC from a personal phone

  • you don't have to pair PC and phone in advance
  • The phone can be an IOS device or Android device

The Add-in page will display a QR code for the phone to scan image

After the phone scans the QR code, it is led to page where it can select photos image

image

Finally the photo was inserted successfully image

To start locally

Run npm install to resolve dependencies

Run npm start to open a PowerPoint to test the Add-in

About

A PowerPoint Add-in implementation for a Hackathon project, to insert photos across device directly


Languages

Language:JavaScript 70.2%Language:CSS 21.9%Language:HTML 7.9%