UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

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