UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

15 lines (13 loc) 347 B
/// <reference types="emscripten" /> declare enum Anchor { TopLeft = "topLeft", TopCenter = "topCenter", TopRight = "topRight", CenterLeft = "centerLeft", Center = "center", CenterRight = "centerRight", BottomLeft = "bottomLeft", BottomCenter = "bottomCenter", BottomRight = "bottomRight" } export { Anchor };