UNPKG

imagenai

Version:

Core client library for Imagenai image generation API

8 lines (7 loc) 430 B
export { ImagenaiClient, createImagenaiClient } from './client'; export type { ImagenaiConfig, GenerateImageOptions, GeneratedImage, UsageInfo, ImagenaiError } from './types'; export * from './constants'; export { ImagenaiAltTagProcessor } from './alt-tag-processor'; export type { AltTagConfig, ProcessingOptions } from './alt-tag-processor'; export declare const isBrowser: boolean; export declare const isNode: string | false;