feat: full studio build -- light theme, canvas thumbnails, i18n (fa/en)
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
declare module "@nexrender/core" {
|
||||
export interface NexrenderRenderOptions {
|
||||
workPath?: string;
|
||||
binary?: string;
|
||||
skipCleanup?: boolean;
|
||||
onProgress?: (job: { metadata?: Record<string, unknown> }, percent: number) => void;
|
||||
}
|
||||
|
||||
export function render(
|
||||
job: unknown,
|
||||
options?: NexrenderRenderOptions
|
||||
): Promise<string | { output?: string }>;
|
||||
}
|
||||
Reference in New Issue
Block a user