node-canvas-lambda icon indicating copy to clipboard operation
node-canvas-lambda copied to clipboard

An AWS Lambda layer for node-canvas

Results 7 node-canvas-lambda issues
Sort by recently updated
recently updated
newest added
trafficstars

Hey there, I made a fork where the `lib64` layer includes a few more libraries: ``` libuuid.so.1 libpixman-1.so.0 libpangoft2-1.0.so.0 libjpeg.so.62 libmount.so.1 libpango-1.0.so.0 libpangocairo-1.0.so.0 libblkid.so.1 libcairo.so.2 libfreetype.so.6 libpng.so.16 ``` These were...

I have issue in AWS lambda. I use a layer to load canvas but I can't figure out how to load my own fonts to the lambda, maybe someone has...

I'm getting an error when running the docker command from the README.md ``` docker run -d --rm --mount type=bind,source=$(pwd),target=/out canvas-layers /out/layers.zip /root/layers ``` ``` d24efe42e9ca297d8c85d4c44a0e6a9c7ddec3627e93a53d4f7b5f0552b11b42 docker: Error response from daemon:...

Hi, I am using the prebuilt layer that was provided. After exporting the canvas on the lambda all text is shown with squares, locally it works fine. Seems like the...

I am getting this error after following the steps in this repo. e.CanvasRenderingContext2dInit is not a function The way I construct my lambda is by bundling with Parcel from the...

In the Dockerfile, "FROM amazonlinux:latest" now refers to Amazon Linux 2023, and the Node.JS v16 installation fails on this version. Changing that line to "FROM amazonlinux:2" corrects the issue.

While running make build command getting the below error 6 | # set up container 7 | >>> RUN yum -y update \ 8 | >>> && yum -y groupinstall...