JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14144
  • Score
    100M100P100Q138855F
  • License Apache-2.0

slides

Package Exports

  • @googleapis/slides

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@googleapis/slides) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Google Inc. logo

slides

Reads and writes Google Slides presentations.

Installation

$ npm install googleapis

Usage

All documentation and usage information can be found on GitHub.

Building a browser bundle

This library can be used in a browser. To prepare a single file bundle, clone the repository and run

$ cd src/apis/slides
$ npm install
$ npm run webpack

The generated bundle will be written to dist/slides.min.js. Use it from your HTML file:

<script src="/path/to/slides.min.js"></script>
<script>
const { slides, auth } = Slides;
</script>

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

Contributing

We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see CONTRIBUTING.

Questions/problems?

Crafted with ❤️ by the Google Node.js team