1 2 3 4 5 6 7 8 9
pub mod canvas; pub mod color; pub mod fill; pub mod layer; pub mod objects; pub mod point; pub mod region; pub use color::*;