igumnoff / shiva

Shiva library: Implementation in Rust of a parser and generator for documents of any type
https://docs.rs/shiva
Apache License 2.0
285 stars 15 forks source link

Add width, height and align to Image #46

Closed evgenyigumnov closed 4 months ago

evgenyigumnov commented 5 months ago
  1. core.rs change Image:

    width, height should be Optional

    align should be Enum (left, right, center)

    1. add implementation for HTML, PDF

    2. Tests requered

joserochadocarmo commented 4 months ago

I would like to work on this one.

evgenyigumnov commented 4 months ago

ok