UNPKG

pptx-gslides-manager

Version:

Node.js library for uploading PPTX files to Google Slides, extracting slide shapes and tables, and managing slide decks.

6 lines (5 loc) 96 B
// src/presentation/index.js const google = require("./google"); module.exports = { google };