Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 289 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 289 Bytes

SPA RENDER

Tech stack

  • playwright
  • chromium

Docker

docker compose -f examples/docker-compose.yaml up

Example

curl --location 'http://localhost:3000/render' \
--header 'Content-Type: application/json' \
--data '{
    "url": "https://google.com"
}'