haroldtreen / epub-press-clients

📦 Clients for building books with EpubPress.
https://epub.press
GNU General Public License v3.0
587 stars 71 forks source link

Support Custom Cover Pages #56

Open haroldtreen opened 4 years ago

haroldtreen commented 4 years ago

Summary

@wrobbins recently added support for user provided cover images:

https://github.com/haroldtreen/epub-press/pull/34

The clients however are still very specific about what they send to the backend:

https://github.com/haroldtreen/epub-press-clients/blob/master/packages/epub-press-js/epub-press.js#L37-L54

In order for users to take advantage of the backend feature we will need to update the clients.

Acceptance Criteria