7 ms·
Now now, don't be mean. You can also view the presentation here: http://gregfranko.com/blog/building-javascript-tools/ http://gregfranko.com/blog/building-java
by gregfranko 13y ago
Now now, don't be mean. You can also view the presentation here: http://gregfranko.com/blog/building-javascript-tools/ http://gregfranko.com/blog/building-javascript-tools/
- js7 13y agoI like the slideshow. Did you use a library for that? And is there a slideshow -> single page converter JS tool?
- gregfranko 13y agoYea, I used Bespoke.js (http://markdalgleish.com/projects/bespoke.js/ http://markdalgleish.com/projects/bespoke.js/). Bespoke has a really nice Yeoman generator (https://github.com/markdalgleish/generator-bespoke https://github.com/markdalgleish/generator-bespoke) that makes it easy to get started and to deploy to Github Pages. In terms of the converting to PDF (to upload to Speaker Deck), it is recommended to just save the webpage to PDF in chrome or another browser that supports this feature (you can do this by beginning the print process and then changing to 'Save as PDF') Bespoke has a print stylesheet, which is why the styles are still kept.