UNPKG

node-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

14 lines (12 loc) 278 B
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" } export { ImageGravity };