Observe and Control Slideshow Applications
This code base is taken from the 'slideshow' tool. Architecture and the concept credit goes to the original author. I did some updates regarding the support for Microsoft PowerPoint 365. Also removed cli and keynote support to reduce unneccesary weight of the module.
This Source Code Form is subject to the terms of the Mozilla Public License (MPL), version 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Use the Node Package Manager (NPM) to install required dependecies. Also it is required to have node installed.
$ npm install
$ node sample.js
- Animations will not play when calling the next/prev api calls.