Files
patchmon.net/frontend
Muhammad Ibrahim 285e4c59ee fix: Install canvas build dependencies to make trianglify work
Canvas requires native build tools to compile:
- python3: For node-gyp
- make, g++, pkgconfig: C++ compiler and build tools
- cairo-dev, jpeg-dev, pango-dev, giflib-dev: Native libraries

By installing these dependencies before npm install, canvas can properly
build its native bindings for both AMD64 and ARM64 architectures.

Removed try-catch blocks around trianglify since it should now work properly.
2025-10-28 17:36:18 +00:00
..
2025-10-23 20:27:11 +01:00
2025-10-05 10:55:34 +01:00
2025-10-28 16:06:36 +00:00
2025-09-25 23:14:35 +01:00
2025-09-25 23:54:24 +01:00
2025-09-25 23:14:35 +01:00
2025-10-28 16:06:36 +00:00