UNPKG

payload-cloudinary

Version:
43 lines 631 B
export const VIDEO_EXTENSIONS = [ ".mp4", ".webm", ".ogg", ".mov", ".avi", ".wmv", ".flv", ".mkv", ".m4v", ]; export const IMAGE_EXTENSIONS = [ ".jpg", ".jpeg", ".png", ".gif", ".webp", ".svg", ".bmp", ".tiff", ]; export const RAW_EXTENSIONS = [ // Documents (PDFs are handled as images, not raw) ".doc", ".docx", ".xls", ".xlsx", ".ppt", ".pptx", ".txt", // Archives ".zip", ".rar", ".7z", ".tar", ".gz", // Other ".csv", ".json", ".xml", ".md", ]; //# sourceMappingURL=constants.js.map