img-gen-spec 0.0.0

An API to create image generator specifications
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod layers;
pub use layers::{
    Arc, Background, Border, ColorGradient, ColorKind, ConicalGradient, Corners, Ellipse, Font,
    HEIGHT, Icon, IrregularPolygonSides, LayerOffset, Line, LineHeight, LinearGradient, Polygon,
    PolygonSides, PreserveAspect, Presets, RadialGradient, Rectangle, RegularPolygonSides, Size,
    SolidColor, Spread, TRANSPARENT, Typography, TypographyAlign, WIDTH, Weight,
};

mod layout;
pub use layout::{Debug, Layer, Layout, Mask};