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
/
init.d.ts
8 lines
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
InitOptions
{
title
?:
string
;
subtitle
?:
string
;
baseUrl
?:
string
; }
export
declare
function
initCommand
(
options
:
InitOptions
):
Promise
<
void
>;
export
{};
//# sourceMappingURL=init.d.ts.map