UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 211 B
export const height = { name: 'height', in: 'query', description: 'Height the image should be rescaled to.', required: false, schema: { type: 'number' }, }; //# sourceMappingURL=height.js.map