takumi 0.2.0

High-performance Rust library for generating images with CSS Flexbox-like layouts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# takumi

High-performance Rust library for generating images with CSS Flexbox-like layouts.

## Usage

Checkout the [minimal example](https://github.com/kane50613/takumi/blob/master/example/src/minimal.rs) for a quick start.

If you want to use it with serde, checkout the default server implementation in [takumi-server](https://github.com/kane50613/takumi/tree/master/takumi-server).

## Credits

- [taffy]https://github.com/DioxusLabs/taffy for the layout system.
- [image]https://github.com/image-rs/image for the image processing.
- [cosmic-text]https://github.com/kornelski/cosmic-text for the text rendering.
- [woff2-patched]https://github.com/zimond/woff2-rs for the font processing.
- [ts-rs]https://github.com/AlephAlpha/ts-rs for the type-safe serialization.