Install the large-size node modules for the server side actions alternative for canvas

I need to install canvas node module in my plugin but i get an error that the size is to big 63mb instead of the max of 50mb. is there a way to get around this or is there an alternative?

I use it to generate a report with a scheduled workflow and send it out (create graph with graph.js and transform it into an image using canvas to build the report)

anyone aan idea?

I think people usually do their own AWS Lambda Function or Google Cloud Function, they have customizable RAM options, then you interface with those with the API Connector

3 Likes

Ok thank you for the reply!

1 Like