
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
canvas-prebuilt
Advanced tools
Prebuilt versions of node-canvas as a drop-in replacement
This is a drop-in replacement for canvas that does not require any compiling. To use it
just npm install canvas-prebuilt
or replace canvas
with canvas-prebuilt
in your
dependencies.
You will also need to change require('canvas')
to require('canvas-prebuilt')
.
The repo is just a set of scripts that downloads a specific node-canvas version, builds it and bundles it on all platforms. It's meant to run on Travis and AppVeyor but it can be run locally too
Linux users will need glibc >= 2.13.1 (Ubuntu 14.04+, Debian 7+, etc)
If you are using fonts, you might see some FontConfig warnings which are harmless:
Situation | Message | Meaning |
---|---|---|
You have an old version of FontConfig on your system | Fontconfig warning: line 142: blank doesn't take any effect anymore. please remove it from your fonts.conf | You don't need to do anything, but removing said line or upgrading FontConfig on your system should fix it |
You don't have FontConfig | Fontconfig error: Cannot load default config file | You don't have any fonts on your system, so if you want to use the text APIs you'll either need to install FontConfig or use Canvas.registerFont |
More detail on the releases below, this won't be relevant to most users.
Make sure your node version is the most recent to guarantee ABI compatibility
canvas@1.4.x canvas@1.5.x canvas@1.6.x canvas@2.0.0-alpha.1 canvas@2.0.0-alpha.2 canvas@2.0.0-alpha.3 | node 8 | node 7 | node 6 | node 5 | node 4 | node 0.12 | node 0.10 |
---|---|---|---|---|---|---|---|
Linux x64 | โ | โ | โ | โ | โ | โ | โ |
Windows x64 | โ | โ | โ | โ | โ | โ | โ |
OSX x64 | โ | โ | โ | โ | โ | โ | โ |
Windows x86 | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน |
Linux x86 | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน |
Linux ARM | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน |
canvas@2.0.0-alpha.3 canvas@2.0.0-alpha.4 canvas@2.0.0-alpha.5 | node 9 | node 8 | node 7 | node 6 | node 5 | node 4 |
---|---|---|---|---|---|---|
Linux x64 | โ | โ | โ | โ | โ | โ |
Windows x64 | โ | โ | โ | โ | โ | โ |
OSX x64 | โ | โ | โ | โ | โ | โ |
Windows x86 | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน |
Linux x86 | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน |
Linux ARM | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน | ๐ยน |
ยนI have some ideas on how to get these working with cross-compilation if people request it. I plan to add Linux/ARM
The bundling scripts just take a regularly compiled executable (canvas.node in this case) and look at which non-system libraries it links against. Those libraries are then copied to the release directory and binaries are updated if necessary to refer to them.
The strategies for bundling could be applied to other projects too since they're general:
/lib
is non-system. The custom binding.gyp
compiles canvas.node
to look inside its own directory for dependenciesFAQs
Prebuilt versions of node-canvas as a drop-in replacement
The npm package canvas-prebuilt receives a total of 2,764 weekly downloads. As such, canvas-prebuilt popularity was classified as popular.
We found that canvas-prebuilt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.ย It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.