UNPKG
file2html-odf
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
ODF engine for file2html
github.com/file2html/file2html-odf
file2html/file2html-odf
file2html-odf
/
lib
/
pictures.d.ts
5 lines
(4 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
import
{
Archive
}
from
'file2html-archive-tools'
;
import
{
Relations
}
from
'./index'
;
export
declare
const
folderName
:
string
;
export
declare
function
parsePictures
(
picturesFolder
:
Archive
):
Promise
<
Relations
>;