UNPKG

@jnode/gemini

Version:

Simple Gemini API package for Node.js.

33 lines 726 B
{ ".png": "image/png", ".jpeg": "image/jpeg", ".jpg": "image/jpeg", ".webp": "image/webp", ".heic": "image/heic", ".heif": "image/heif", ".mp4": "video/mp4", ".mpeg": "video/mpeg", ".mov": "video/quicktime", ".avi": "video/x-msvideo", ".flv": "video/x-flv", ".mpg": "video/mpg", ".webm": "video/webm", ".wmv": "video/wmv", ".3gp": "video/3gpp", ".wav": "audio/wav", ".mp3": "audio/mpeg", ".aiff": "audio/aiff", ".aac": "audio/aac", ".ogg": "audio/ogg", ".flac": "audio/flac", ".pdf": "application/pdf", ".js": "text/javascript", ".py": "text/x-python", ".txt": "text/plain", ".html": "text/html", ".css": "text/css", ".md": "text/md", ".csv": "text/csv", ".xml": "text/xml", ".rtf": "text/rtf" }