UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

3 lines (2 loc) 287 B
export type { TFile } from './file-type.ts'; export { convertBlobToBase64, base64ToFile, blobToDataURL, fileSizeInMB, fileSizeFormatter, extractBase64ImageSrc, getImageBlobToFetch, isImageFile, getExtensionFromMimeType, isExtensionAllowed, isExtensionNotAllowed, } from './file-lib.ts';