mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 12:40:21 +03:00
9 lines
126 B
TypeScript
9 lines
126 B
TypeScript
|
|
declare module 'pngjs' {
|
||
|
|
export class PNG {
|
||
|
|
data: Buffer
|
||
|
|
static sync: {
|
||
|
|
read(buffer: Buffer): PNG
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|