Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { SvgOptimizer } from './types.js';
|
||||
import { type Config } from 'svgo';
|
||||
/** SVG optimizer using [SVGO](https://svgo.dev/). */
|
||||
export declare function svgoOptimizer(config?: Config): SvgOptimizer;
|
||||
Reference in New Issue
Block a user