Celogeek
Celogeek
Sorry, not yet. I've got plenty of update to do, I need to find time for working on it. The primary goal of the project was to allow creation of...
Hi, I usually put my code in internal, as I move it a lot, and keep only the exposed part outside. in that case the tools that will handle properly...
I've start a branch. I have a lot of subpackage, which I change a bit the struct Can you take a look and let me know ? I will keep...
here: https://github.com/celogeek/go-comic-converter/pull/27 I was thinking of creating a real interface for epub, with everything to plug hooks like progress, and everything.
Sure. I create a pr but after a while I close it. I haven't got time to work on it. Please do. I will check.
Well. Internals may move a lot while public api remain stable. Exposing everything this way, will make any changes harder, as we want to keep the interface. I was thinking...
I export epub and epub options in a public way here an example of usage ```golang package main import ( "github.com/celogeek/go-comic-converter/v3/pkg/epub" "github.com/celogeek/go-comic-converter/v3/pkg/epuboptions" ) func main() { err := epub.New(epuboptions.EPUBOptions{ Input:...
Thanks !
I add it to the readme
kindle size is limited to the size of the SR profile. When you put more like the KS profile, going from ePub to MOBI (using the website or the local...