Automattic / node-canvas

Node canvas is a Cairo backed Canvas implementation for NodeJS.
10.2k stars 1.17k forks source link

SVG Support Required even for png and webp #2449

Closed henrymcl closed 3 weeks ago

henrymcl commented 3 weeks ago

I'm getting the rawData for my QR code but both png and webp result in:

Error: node-canvas was built without SVG support

Info:

FROM node:18-alpine3.20
RUN apk update && apk add --no-cache supervisor
RUN apk add --no-cache build-base g++ cairo-dev pango-dev giflib-dev