mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-11 12:10:35 +00:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
export const VIEWER_PICK_MODE = {
|
|
NONE: "none",
|
|
AUTO: "auto",
|
|
ASSEMBLY: "assembly",
|
|
PARTS: "parts"
|
|
};
|