UNPKG

clipanion

Version:

Type-safe CLI library / framework with no runtime dependencies

9 lines (7 loc) 238 B
function getDefaultColorDepth() { return 1; } function getCaptureActivator() { throw new Error(`The enableCapture option cannot be used from within a browser environment`); } export { getCaptureActivator, getDefaultColorDepth };