feat: use downloadBlob util (#186)
* feat: use downloadBlob util * chore: lint * fix: revert saveCalAsPng * feat: refactor downloadBlob * chore: remove comments * chore: lint and remove extra async * refactor: cleanup --------- Co-authored-by: Razboy20 <razboy20@gmail.com>
This commit is contained in:
@@ -8,7 +8,10 @@ const MIMEType = {
|
||||
IMAGE: 'image/*',
|
||||
AUDIO: 'audio/*',
|
||||
VIDEO: 'video/*',
|
||||
CALENDAR: 'text/calendar',
|
||||
ANY: '*/*',
|
||||
} as const satisfies Record<string, string>;
|
||||
|
||||
export type MIMETypeKey = keyof typeof MIMEType;
|
||||
|
||||
export default MIMEType;
|
||||
|
||||
Reference in New Issue
Block a user