🎉 Export to PDF all artboards of one page

This commit is contained in:
Andrés Moya 2021-08-30 16:54:27 +02:00
parent 255177d12b
commit 203473c965
12 changed files with 136 additions and 15 deletions

View file

@ -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)