/** * Image.ts * * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT license. * * Constants for images. */ import { ImageResizeMode } from './Types'; export const DEFAULT_RESIZE_MODE: ImageResizeMode = 'contain';