chromaframe-sdk 0.1.0

Deterministic, privacy-preserving color measurement and ranking SDK
Documentation
1
2
3
4
5
6
7
8
9
10
//! Local-only automatic region extraction abstractions.

mod overlay;
mod types;

#[cfg(feature = "vision-helper")]
pub mod helper;

pub use overlay::*;
pub use types::*;