Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Phantomjs | 29,074 | 1 | 10 months ago | January 08, 2018 | 11 | bsd-3-clause | C++ | |||
Scriptable Headless Browser | ||||||||||
Pikaso | 165 | 4 | 2 months ago | 44 | March 17, 2023 | 10 | mit | TypeScript | ||
Seamless, headless and fully tested HTML5 Canvas library | ||||||||||
Leaflet Headless | 88 | 16 | 14 | 5 years ago | 15 | July 22, 2017 | 8 | JavaScript | ||
Leaflet for node. | ||||||||||
Node Canvas Webgl | 83 | a month ago | 3 | mit | JavaScript | |||||
Integration of node-canvas and headless-gl. | ||||||||||
Headless Render | 10 | 6 years ago | JavaScript | |||||||
Captures the content of the canvas elements in a given url using Phantom.js and returns an array of buffer data. Can be used for rendering the output from front-end canvas drawing libraries (like p5.js, chart.js, etc.) on a node.js backend. | ||||||||||
Ob Javascript | 9 | 6 years ago | 1 | Emacs Lisp | ||||||
Node Webkit Canvas | 2 | 8 years ago | JavaScript | |||||||
The beginnings of something beautiful (on the server) |
example.html |> webkit.js(Canvas(headless-gl)) |> Buffer
The goal is to transform html documents into Buffers. This example is using pre-existing technologies (webkit.js, headless-gl and node-canvas) to reach this goal.
Currently it doesn't "break" but it doesn't render anything. I believe the issue is that headless-gl has not implemented certian methods. Out of the 144 methods necessary to drive webkit.js, 14 are unimplemented