UNPKG

appwrite

Version:

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

12 lines (11 loc) 259 B
export declare enum ImageGravity { Center = "center", Topleft = "top-left", Top = "top", Topright = "top-right", Left = "left", Right = "right", Bottomleft = "bottom-left", Bottom = "bottom", Bottomright = "bottom-right" }