romannurik / SlidesCodeHighlighter

A little web app that helps you copy+paste syntax-highlighted code into slide decks.
https://romannurik.github.io/SlidesCodeHighlighter/
Apache License 2.0
1.06k stars 92 forks source link

Export as images? #44

Open MasterScrat opened 4 years ago

MasterScrat commented 4 years ago

It is not always possible to copy-paste the code while keeping the formatting.

So it would be useful to be able to export the highlighted code as an image.

romannurik commented 4 years ago

That should be doable but probably requires an DOM-to-PNG library... marking as help wanted.