https://github.com/seanhalvorson/digit2text
A Typst Library For Converting An Integer To Text
https://github.com/seanhalvorson/digit2text
typst typst-package
Last synced: 5 months ago
JSON representation
A Typst Library For Converting An Integer To Text
- Host: GitHub
- URL: https://github.com/seanhalvorson/digit2text
- Owner: seanHalvorson
- Created: 2024-12-05T11:32:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T11:47:53.000Z (over 1 year ago)
- Last Synced: 2025-04-04T09:46:06.522Z (about 1 year ago)
- Topics: typst, typst-package
- Language: Typst
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Digit2Text
A simple typst package to convert integers to full english written out numbers
## Usage
`
#Import "@SeanHalvorson/Digit2Text"
#Dig2Text(123)
`
Expected Output One Hundred Twenty Three
## Limitations
Will Only Work With Numbers Between Zero and 999