use-vibes
Version:
Transform any DOM element into an AI-powered micro-app
8 lines • 320 B
JavaScript
// Re-export specific functions and types from call-ai
import { imageGen, callAi } from 'call-ai';
export { imageGen, callAi };
// Export ImgGen component
export { default as ImgGen } from './components/ImgGen';
// Export utility functions
export { base64ToFile } from './utils/base64';
//# sourceMappingURL=index.js.map