go-comic-converter
go-comic-converter copied to clipboard
feat: Made the packages public
In order to let third parties use the package of this library, we moved the pkg folder out of the locked internal folder
That's too open. I would just share the Input, add some hooks to handle progress or json output, and having a public write that will call inner method.
I've got some idea about this. I need a bit of time to work on it.
I make the epub / epub options public I need to add a progress parameter so we can use anything we want. I close this one as it's a duplicate of the main branch.