All Projects → as-a-service → html-to-svg

as-a-service / html-to-svg

Licence: Apache-2.0 license
svg screenshot of web pages (saves the given URL to an SVG file)

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to html-to-svg

mumemo
Mumemo is screenshot-driven note application.
Stars: ✭ 38 (-65.45%)
Mutual labels:  screenshot
JamTools
JamTools是一个跨平台的小工具集,包含了截屏、录屏、文字识别、各种格式转换、鼠标键盘动作录制播放、文件传输、聊天机器人等功能
Stars: ✭ 73 (-33.64%)
Mutual labels:  screenshot
omg image
Generate PNG previews for HTML snippets (html/css/js). Any complexity.
Stars: ✭ 28 (-74.55%)
Mutual labels:  screenshot
browser-shots
A WordPress plugin for taking screenshots of websites using the block editor.
Stars: ✭ 17 (-84.55%)
Mutual labels:  screenshot
termux-arch
You can use setupTermuxArch.sh 📲 to install Arch Linux in Termux on Android and Chrome. This setup script will attempt to set Arch Linux up in your Termux environment.
Stars: ✭ 25 (-77.27%)
Mutual labels:  screenshot
DeskViewer
A Java Project for screen sharing based on TCP protocol. Like TeamViewer
Stars: ✭ 23 (-79.09%)
Mutual labels:  screenshot
canvasTools
Screenshot tool based on canvas
Stars: ✭ 69 (-37.27%)
Mutual labels:  screenshot
electron screenshot
Node 调取微信 dll 截图
Stars: ✭ 44 (-60%)
Mutual labels:  screenshot
Serverless-Django
Learn to build and deploy a Serverless Django application to Google Cloud Run with Cloud SQL, Cloud Build, & Docker.
Stars: ✭ 39 (-64.55%)
Mutual labels:  cloud-run
townshell
For Townscaper, an application providing additional keyboard shortcuts, tools to manipulate .scape files, screen recording
Stars: ✭ 40 (-63.64%)
Mutual labels:  screenshot
Screenshot
用于监听Android截屏事件的Demo
Stars: ✭ 15 (-86.36%)
Mutual labels:  screenshot
fb-post-screenshot
Firefox Web Extension to save Facebook posts as images
Stars: ✭ 18 (-83.64%)
Mutual labels:  screenshot
firecode
A light, fast, and memory-efficient collection traversal library for Firestore and Node.js.
Stars: ✭ 171 (+55.45%)
Mutual labels:  cloud-run
jest-puppe-shots
A Jest plugin for creating screenshots of React components with a little help of Puppeteer
Stars: ✭ 86 (-21.82%)
Mutual labels:  screenshot
laravel-browsershot
Browsershot wrapper for Laravel 5
Stars: ✭ 108 (-1.82%)
Mutual labels:  screenshot
browser-automation-api
Browser automation API for repetitive web-based tasks, with a friendly user interface. You can use it to scrape content or do many other things like capture a screenshot, generate pdf, extract content or execute custom Puppeteer, Playwright functions.
Stars: ✭ 24 (-78.18%)
Mutual labels:  screenshot
gsu
A general screenshot and upload utility for images, video, and gifs.
Stars: ✭ 18 (-83.64%)
Mutual labels:  screenshot
nextshot
A simple tool for taking screenshots on Linux and sharing via Nextcloud
Stars: ✭ 37 (-66.36%)
Mutual labels:  screenshot
ffmpeg-extract-frames
Extracts frames from a video using ffmpeg.
Stars: ✭ 50 (-54.55%)
Mutual labels:  screenshot
acmpv
使用 mpv 播放带弹幕的 Acfun & Bilibili 视频
Stars: ✭ 27 (-75.45%)
Mutual labels:  screenshot

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
  • (width): The viewport width (in pixels), defaults to 1280
  • (height): The viewport height (in pixels), defaults to 800

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

CloudBuild

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].