Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 690 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 690 Bytes

Cetzpenguins is a rewriting (very partial at the moment) of the TikZpingus LaTeX package in Typst using CeTZ, aiming to provide cute penguins to all the Typst documents that need them.

To draw the default penguin:

#penguin()

The penguin can be customized, for the moment limited to colors and eye shape:

#penguin(
  width:2cm,
  body-color:blue,
  head-color:aqua,
  left-eye:(color:red,
    shape:"shiny"),
  right-eye:(
    color:green,
    shape:"wink")
)