server-ts: Port services/image

This commit is contained in:
Elian Doran
2024-02-20 23:29:03 +02:00
parent 29d37c40c1
commit fa0ed35752
11 changed files with 39 additions and 31 deletions

5
src/types.d.ts vendored
View File

@@ -24,4 +24,9 @@ declare module 'joplin-turndown-plugin-gfm' {
function gfm(service: TurndownService): void;
}
export = gfm;
}
declare module 'is-animated' {
function isAnimated(buffer: Buffer): boolean;
export = isAnimated;
}