0.0.2 • Published 7 years ago
ggrab v0.0.2
gslides-grabber
To generate PDF, ensure that you have installed imagemagick. To install, go here.
Installation
Just do a yarn global add ggrab or npm i -g ggrab and you're good to go!
Installation from Source
- Clone this repository.
- Install the dependencies with
yarn install. - Change script variables
URLandSLIDESwith the URL and number of slides respectively. As of now, the script can't detect the total number of slides. - Run the script using node. (
node ./index.js)