# droplet
droplet is a Typst package for creating dropped capitals (letterines) in Typst documents.
Import the module into your template via `#import "@preview/droplet:<VERSION>"`.
## Example
This example is taken directly from the documentation and creates a simple 3-line dropcap:
```typst
#import "@preview/droplet:0.3.1": dropcap
#set par(justify: true)
#dropcap(
height: 3,
gap: 4pt,
hanging-indent: 1em,
overhang: 8pt,
font: "Curlz MT",
)[
*Typst* is a new markup-based typesetting system that is designed to be as
_powerful_ as LaTeX while being _much easier_ to learn and use. Typst has:
- Built-in markup for the most common formatting tasks
- Flexible functions for everything else
- A tightly integrated scripting system
- Math typesetting, bibliography management, and more
- Fast compile times thanks to incremental compilation
- Friendly error messages in case something goes wrong
]
```
[Droplet](https://github.com/typst/packages/tree/main/packages/preview/droplet/0.2.0) is a module for [[Typst]] to add letterines.
---
## Related
- **previous** [[Typst-Modules]]
- **see** [[Typst]] for the typesetting software
## Sources
- **references** [Typse Universe](https://typst.app/universe/package/droplet/)for the documentation of the package
- **references** [GitHub](https://github.com/EpicEricEE/typst-droplet) as the repository for the package
## Usage
- **used in** none