Files
svg-sprites/integration/types/pngjs.d.ts
T

9 lines
126 B
TypeScript
Raw Normal View History

declare module 'pngjs' {
export class PNG {
data: Buffer
static sync: {
read(buffer: Buffer): PNG
}
}
}