Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ax-sh/playwright-pdf-generate-and-download-serverless
prototype for serverless api for generating pdf from webpage
https://github.com/ax-sh/playwright-pdf-generate-and-download-serverless
pdf pdf-generation pdf-generator-api playwright playwright-typescript
Last synced: about 2 months ago
JSON representation
prototype for serverless api for generating pdf from webpage
- Host: GitHub
- URL: https://github.com/ax-sh/playwright-pdf-generate-and-download-serverless
- Owner: ax-sh
- Created: 2024-12-03T02:05:24.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T02:10:51.000Z (about 2 months ago)
- Last Synced: 2024-12-03T03:20:11.617Z (about 2 months ago)
- Topics: pdf, pdf-generation, pdf-generator-api, playwright, playwright-typescript
- Language: TypeScript
- Homepage:
- Size: 971 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playwright-pdf-generate-and-download-serverless
#### Prototype for using Playwright and serverless for pdf generation
##### Stack
1. Playwright
2. NetlifyTo install dependencies:
```bash
bun install
```To run:
```bash
bun dev
```For running unit test
```sh
bun test
```To run browser test
```sh
bun test:puppet
```