mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-24 15:52:38 +02:00
make public version for epub
This commit is contained in:
parent
5c1728dff8
commit
0946696a8f
10
pkg/epub/epub.go
Normal file
10
pkg/epub/epub.go
Normal file
@ -0,0 +1,10 @@
|
||||
package epub
|
||||
|
||||
import (
|
||||
"github.com/celogeek/go-comic-converter/v2/internal/epub"
|
||||
"github.com/celogeek/go-comic-converter/v2/pkg/epuboptions"
|
||||
)
|
||||
|
||||
func Generate(options *epuboptions.EPUBOptions) error {
|
||||
return epub.New(options).Write()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user