[ci] format
This commit is contained in:
parent
345cb4aeb9
commit
b384cf4f7d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import type { ImageInputFormat, ImageMetadata } from '../types.js';
|
||||
import probe from 'probe-image-size';
|
||||
import type { ImageInputFormat, ImageMetadata } from '../types.js';
|
||||
|
||||
export async function imageMetadata(data: Buffer): Promise<Omit<ImageMetadata, 'src'> | undefined> {
|
||||
const result = probe.sync(data);
|
||||
|
|
Loading…
Reference in a new issue