Skip to content

leyan/cetzpenguins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages