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

11 lines 251 B
export enum ImageGravity { Center = 'center', Topleft = 'top-left', Top = 'top', Topright = 'top-right', Left = 'left', Right = 'right', Bottomleft = 'bottom-left', Bottom = 'bottom', Bottomright = 'bottom-right', }