UNPKG

gslides-maker

Version:
31 lines (22 loc) 1.41 kB
# gslides-maker v0.5 [beta] <p><img src="https://img.shields.io/badge/node-v10.15.3-green"> <img src="https://img.shields.io/badge/lang-typescript-blue"> <img src="https://img.shields.io/badge/license-MIT-success"></p> <p>Generate Google Slides from Wikipedia content.</p> <p>The presentation content is adaptable to all kinds of Google Presentation Themes available.</p> <p>This beta version does not yet produce slides containing images. It only produces text content.</p> <p>Contributions are welcome.</p> --- ## Note Install gslides-maker globally using `-g` argument: ``` npm install -g gslides-maker ``` ## Adaptive Slides <p><img src="examples/beach-day.png" width="49%"> <img src="examples/spearmint.png" width="49%"><p/> ### Adapted Text Content The generated presentation is a `BLANK` theme. After the presentation is created, you can choose your favorite theme. The font style, size and color of the text content also change according to the chosen theme. <p><img src="examples/focus.png" width="49%"> <img src="examples/pop.png" width="49%"></p> <p><img src="examples/blue&gold.png" width="49%"> <img src="examples/beach-day2.png" width="49%"></p> ## License This project is under the MIT license. See the [LICENSE](https://github.com/vilmacio/gslides-maker/blob/master/LICENSE) for more information. --- Created by [vilmacio](https://github.com/vilmacio)