UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

12 lines (11 loc) 250 B
export const COORD = { top_left: [-1, -1], center_left: [-1, 0], bottom_left: [-1, 1], top_center: [0, -1], center: [0, 0], bottom_center: [0, 1], top_right: [1, -1], center_right: [1, 0], bottom_right: [1, 1], };