mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 22:21:38 +02:00
🎉 Export to PDF all artboards of one page
This commit is contained in:
parent
255177d12b
commit
203473c965
12 changed files with 136 additions and 15 deletions
|
@ -107,6 +107,14 @@
|
|||
:response-type :blob})
|
||||
(rx/mapcat handle-response)))
|
||||
|
||||
(defmethod query :export-frames
|
||||
[_ params]
|
||||
(->> (http/send! {:method :post
|
||||
:uri (u/join base-uri "export-frames")
|
||||
:body (http/transit-data params)
|
||||
:response-type :blob})
|
||||
(rx/mapcat handle-response)))
|
||||
|
||||
(derive :upload-file-media-object ::multipart-upload)
|
||||
(derive :update-profile-photo ::multipart-upload)
|
||||
(derive :update-team-photo ::multipart-upload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue