UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

10 lines (8 loc) 298 B
/// <reference types="emscripten" /> declare enum SizingMode { WidthAndHeight = "widthAndHeight", WidthAndAspectRatio = "widthAndAspectRatio", HeightAndAspectRatio = "heightAndAspectRatio", ShorterDimensionAndAspectRatio = "shorterDimensionAndAspectRatio" } export { SizingMode };