pixelar 0.1.0

Show everyone the art hidden inside your code.
Documentation
1
2
3
4
5
6
7
8
9
pub use super::drawings;
pub use super::pixel_book::PixelBook;
pub use super::pixel_paper::PixelPaper;
pub use super::pixels_table::{
    canvas::Canvas, ColorSelector, Drawable, MoreMethodsForPixelsTable, PixelDescriptor,
    PixelsTable, RgbColor,
};
pub use super::position::{Position, RelativePosition, ToPosition};
pub use image::codecs::gif::Repeat;