We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c527a commit 14ad01dCopy full SHA for 14ad01d
src/index.ts
@@ -5,7 +5,7 @@ import { handleData, handleError, toStream } from './internals.js'
5
import { defaultOptions, FastImageError, ImageInfo, Options } from './models.js'
6
import { FastImageStream } from './stream.js'
7
8
-export * from './models.js'
+export { defaultOptions, FastImageError, ImageInfo, Options } from './models.js'
9
10
export async function info(
11
source: string | Stream | Buffer,
0 commit comments