UNPKG
@epubkit/epub-gen-memory
Version:
latest (1.0.10-aplha.14)
1.0.10
1.0.10-aplha.14
1.0.10-aplha.13
1.0.10-aplha.12
1.0.10-aplha.11
1.0.10-aplha.10
1.0.10-aplha.9
1.0.10-aplha.8
1.0.10-aplha.7
1.0.10-aplha.6
1.0.10-aplha.5
1.0.10-aplha.4
1.0.10-aplha.3
1.0.10-aplha.2
1.0.10-aplha.1
A library to generate EPUB from HTML
github.com/cpiber/epub-gen-memory
cpiber/epub-gen-memory
@epubkit/epub-gen-memory
/
bundle
/
index.d.ts
7 lines
(5 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="DOM" />
import
{
Content
,
Options
}
from
'../dist/lib'
;
export
*
from
'../dist/lib'
;
declare
const
epub
:
(
options
:
Options
,
content
:
Content
) =>
Promise
<
Blob
>;
export
default
epub;