@henteko/kumiki
Version:
A video generation tool that creates videos from JSON configurations
29 lines • 735 B
TypeScript
/**
* Get the application data directory
*/
export declare function getAppDataDir(): string;
/**
* Get the cache directory
*/
export declare function getCacheDir(subDir?: string): string;
/**
* Get the temporary directory
*/
export declare function getTmpDir(subDir?: string): string;
/**
* Ensure directory exists
*/
export declare function ensureDir(dirPath: string): void;
/**
* Get narration cache directory
*/
export declare function getNarrationCacheDir(): string;
/**
* Get generated music cache directory
*/
export declare function getGeneratedMusicCacheDir(): string;
/**
* Get generated image cache directory
*/
export declare function getGeneratedImageCacheDir(): string;
//# sourceMappingURL=app-dirs.d.ts.map