Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import type { ImageMetadata } from '../types.js';
|
||||
import type { SvgOptimizer } from './types.js';
|
||||
export declare function makeSvgComponent(meta: ImageMetadata, contents: Buffer | string, svgOptimizer: SvgOptimizer | undefined): Promise<string>;
|
||||
Reference in New Issue
Block a user