[ci] format

This commit is contained in:
Princesseuh 2023-09-11 17:30:40 +00:00 committed by astrobot-houston
parent 345cb4aeb9
commit b384cf4f7d

View file

@ -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);