This is a little LaTeX package for ducks to be used in TikZ pictures. The project is a continuation of the TeX.Stackexchange.com answer How can we draw a duck
A big thank you to all the people who contributed with code, ideas or feedback to the package! Without this package would not exist!
A short example to demonstrate the use of the TikZducks:
\documentclass{standalone}
\usepackage{tikzducks}
\begin{document}
\begin{tikzpicture}
\duck[
% add options here, e.g.
lightsaber
]
\end{tikzpicture}
\end{document}
An exhaustive list of possible options can be found in package documentation
Below are some examples of ducks created with the TikZducks package. Click on the images to see their source code.
In case you would like to share some of your ducks with the community, I would be happy to accept pull requests or simply open an issue in the bug tracking system.
If you would like to observe TikZducks in their natural habitat, head over to the TikZlings organisation.