Simple-to-use ZIP creator for Google Slides. Automatically create ZIP files of SVGs, PNGs, and JPEGs for slides in your presentation!
git clone https://github.com/Awesome-E/slide-zipper
npm install
Build for Chrome and Firefox:
npm run build
(output will be at./build/chrome
and./build/firefox
)
Or, if you want to watch changes:
npm run dev
Tests have not been created for slide-zipper
yet.