ar0ch / html-to-svg

svg screenshot of web pages (saves the given URL to an SVG file)

Home Page:https://html-to-svg.as-a-service.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saves the given URL to an SVG file

A simple web service that saves the given URL to an SVG image.

Run with docker run -p 8080:8080 gcr.io/as-a-service-dev/html-to-svg

Run on Google Cloud

API

URL parameters:

  • url: The URL of the website to capture

Example: /?url=https://steren.fr

Running the server locally

  • Build with docker build . -t html-to-svg
  • Start with docker run -p 8080:8080 html-to-svg
  • Open in your browser at http://localhost:8080/?url=https://steren.fr

About

svg screenshot of web pages (saves the given URL to an SVG file)

https://html-to-svg.as-a-service.dev/

License:Apache License 2.0


Languages

Language:JavaScript 61.5%Language:Dockerfile 38.5%