chore: remove API local model dependencies
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
1689f3f44e
commit
b81fecaa3f
-8
@@ -1,8 +0,0 @@
|
||||
declare module 'pngjs' {
|
||||
export class PNG {
|
||||
width: number;
|
||||
height: number;
|
||||
data: Buffer;
|
||||
parse(data: Buffer, callback: (err: Error | null) => void): void;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user