https://github.com/krsbx/node-pdftohtml
https://github.com/krsbx/node-pdftohtml
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krsbx/node-pdftohtml
- Owner: krsbx
- License: mit
- Created: 2024-12-04T03:44:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T08:26:19.000Z (about 1 year ago)
- Last Synced: 2025-02-01T05:43:17.742Z (12 months ago)
- Language: TypeScript
- Size: 4.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdfgen
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
This project was created using `bun init` in bun v1.1.38. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.