joshdholtz / DeckUI

Swift DSL for writing slide decks in Xcode
MIT License
601 stars 27 forks source link

Render PDFs #33

Open mortenbekditlevsen opened 1 year ago

mortenbekditlevsen commented 1 year ago

Related to issue #9

I'm not certain where this API ought to go, but with this PR it's on the Deck. If it were on the Presenter it could use the default resolution as default rendering size, but it feels a bit weird to have this method on a SwiftUI View...

Let me know what you think - I'll be happy to refactor or redo entirely.