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

13 lines (12 loc) 294 B
const ImageGravity = Object.freeze({ Center: 'center' , TopLeft: 'top-left' , Top: 'top' , TopRight: 'top-right' , Left: 'left' , Right: 'right' , BottomLeft: 'bottom-left' , Bottom: 'bottom' , BottomRight: 'bottom-right' }); module.exports = ImageGravity;