[ci] format

This commit is contained in:
Princesseuh 2023-03-16 14:13:07 +00:00 committed by fredkbot
parent 90e5f87d03
commit ff5f1e89a1

View file

@ -1,7 +1,7 @@
import fs from 'node:fs/promises';
import { fileURLToPath } from 'node:url';
import imageSize from '../vendor/image-size/index.js';
import type { ImageMetadata, InputFormat } from '../types.js';
import imageSize from '../vendor/image-size/index.js';
export interface Metadata extends ImageMetadata {
orientation?: number;