UNPKG
@slidef/cli
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
CLI tool for converting PDF slides to web-viewable format
github.com/kciter/slidef
kciter/slidef
@slidef/cli
/
dist
/
commands
/
convert.d.ts
3 lines
•
185 B
TypeScript
View Raw
1
2
3
import
type
{
ConvertOptions
}
from
'../types.js'
;
export
declare
function
convertCommand
(
pdfFile
:
string
,
options
:
ConvertOptions
):
Promise
<
void
>;
//# sourceMappingURL=convert.d.ts.map