This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
markdown2png/README.md
2024-11-16 14:39:46 +01:00

23 lines
267 B
Markdown

# markdown2png
A simple TypeScript tool that converts Markdown files to PNG images using Puppeteer.
## Requirements
- Node
- yarn
## Installation
```bash
yarn
```
## Commands
```bash
yarn dev PATH_TO_FILE.md
```
The output PNG file is in the `output` folder.