Package Information
- Last Updated
- Authors
- Shylock Hg
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/zheyan:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/zheyan:0.1.0": *Usage
import "@preview/zheyan:0.1.0": mask-str
#let masked_str = mask-str(str: "Hello World!")
masked-str will become ************.
To compile with mask:
typst compile --input mask=true main.typ