echarts
node-canvas

echarts | node-canvas | |
---|---|---|
1 | 23 | |
55,034 | 10,487 | |
- | 0.2% | |
9.5 | 7.7 | |
about 2 years ago | 16 days ago | |
TypeScript | JavaScript | |
Apache License 2.0 | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
echarts
-
ECharts for Python
ECharts was originally a Baidu project, released under https://github.com/ecomfe/echarts (ecomfe = "E-commerce frontend"?). They still maintain some of the auxiliary libraries.
I've been using it since around ... 2018-ish[0]? ... as a replacement for Google Charts. It was my first time using a big library from one of the Chinese tech giants -- basic docs and tutorials in English, then all the advanced stuff (and comments) written in Chinese. I was impressed by how comprehensive the charts library was, and how they'd obviously invested a lot of brainwork into the configuration system. IMO it's one of the highest-quality data visualization libraries in JavaScript unless you're willing to dive deep into something like d3.js.
The blog post's author describes running echarts in a headless Chrome, though, which seems insane to me. It's JavaScript rendering to a -- can't it run in Node with https://github.com/Automattic/node-canvas ?
[0] A small publicly-accessible example: https://john-millikin.com/reddit-front-page-2018#by-domain
node-canvas
-
Skia Canvas: Browser-Less Implementation of the HTML Canvas Drawing API for Node
If you're interested in node-compatible canvas implementations, there are several:
* canvaskit-wasm, from the skia project. I don't think it's gpu-accelerated: https://github.com/google/skia/tree/main/modules/canvaskit/n...
* @napi-rs/canvas. This is the fastest binding: https://github.com/Brooooooklyn/canvas?tab=readme-ov-file#pe...
* node-canvas. Uses Cairo instead of Skia: https://github.com/Automattic/node-canvas
-
2024 Web Development Wish List
Assuming SWR (stale while revalidate) is working, we could definitely use the ability to edit images in workers. We would need support for node canvas or something similar.
-
Skinny legend (2017 - 2023)
So at this point, I have all the images and the data required to align the images. I used node-canvas to do that. So here's how I aligned the images:
-
ECharts for Python
ECharts was originally a Baidu project, released under https://github.com/ecomfe/echarts (ecomfe = "E-commerce frontend"?). They still maintain some of the auxiliary libraries.
I've been using it since around ... 2018-ish[0]? ... as a replacement for Google Charts. It was my first time using a big library from one of the Chinese tech giants -- basic docs and tutorials in English, then all the advanced stuff (and comments) written in Chinese. I was impressed by how comprehensive the charts library was, and how they'd obviously invested a lot of brainwork into the configuration system. IMO it's one of the highest-quality data visualization libraries in JavaScript unless you're willing to dive deep into something like d3.js.
The blog post's author describes running echarts in a headless Chrome, though, which seems insane to me. It's JavaScript rendering to a -- can't it run in Node with https://github.com/Automattic/node-canvas ?
[0] A small publicly-accessible example: https://john-millikin.com/reddit-front-page-2018#by-domain
-
Unify Protect Homebridge Plugin
node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.0/canvas-v2.11.0-node-v93-darwin-unknown-arm64.tar.gz
-
Social Media Cards with @vercel/og
Another approach is it to create a background image and insert the texts and the metadata with a canvas library like node-canvas. This approach is very well described in this Learn With Jason episode. But with a canvas library we have to specify on which coordinates we want to render our texts and it does not wrap automatically if it becomes to long.
-
Is there a simple way to draw a box on a JPG?
Never used it but probably this: https://github.com/Automattic/node-canvas
-
Lambda keeps consuming more and more memory until it kills it self
I found this issue: https://github.com/Automattic/node-canvas/issues/1974 and somebody commented with a link about node buffers. So I decided to test these parts.
-
best way to generate image on server
Some popular Node.js libraries for manipulating images are node-canvas and sharp.
-
BEGINNER PROJECT - How to parse a .txt and create .png files from each line?
node.js + imagemagick + node canvas + node canvas libraries (depends on your OS)
What are some alternatives?
mini-canvas-editor - JavaScript image editor as component. Integrate with any front-end framework.
vercel - Develop. Preview. Ship.
jbrowse-components - Source code for JBrowse 2, a modern React-based genome browser
napi-rs - A framework for building compiled Node.js add-ons in Rust via Node-API
vue-svg-pan-zoom - Vue component using SvgPanZoom
canvas - High performance skia binding to Node.js. Zero system dependencies and pure npm packages without any postinstall scripts nor node-gyp.
