I use something like html2canvas to download the image from my webpage, but the quality is so low (300px width). I wonder is it possible to download the image with higher quality (at least 800px width?)?

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • dom-to-image

    Generates an image from a DOM node using HTML5 canvas

  • waht I used to download image : dome to img

  • html-to-image

    ✂️ Generates an image from a DOM node using HTML5 canvas and SVG.

  • In my image editor project I use html-to-image. It's a fork of dom-to-image and it has a few extra options. It has canvasWidth and canvasHeight for scaling the output but I'm not sure how they work because I used another setting called pixelRatio, since in my image editor I have an option to save the image to whatever the editor zoom is set to, so I already had the proper scale value and never ended up trying the other to settings.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: A JavaScript library for data visualization in both SVG and Canvas

    4 projects | news.ycombinator.com | 11 Apr 2024
  • Ask HN: Tips to get started on my own server

    19 projects | news.ycombinator.com | 25 Mar 2024
  • Incredible JavaScript Animation Libraries

    6 projects | dev.to | 24 Mar 2024
  • which technology or framework is used to create geometry-draggable canvas like this?

    7 projects | /r/Frontend | 23 Oct 2022
  • Can you convert svg tags to a jpg or png in Node.js ?

    2 projects | /r/node | 14 Oct 2022