UNPKG

appwrite

Version:

Appwrite is an open-source self-hosted backend server that abstracts and simplifies complex and repetitive development tasks behind a very simple REST API

10 lines (9 loc) 162 B
export declare enum ImageFormat { Jpg = "jpg", Jpeg = "jpeg", Png = "png", Webp = "webp", Heic = "heic", Avif = "avif", Gif = "gif" }