Is a Node.js package that downloads binaries possible/allowed on Appwrite Cloud?
- 0
- Functions
- Cloud
Hello everyone! π
I'm thinking of adding text to a photo using a cloud function on Appwrite Cloud. I found NPM package called node-canvas:
https://www.npmjs.com/package/canvas
The description states that binaries will be download for macOS, Linux and Windows. I was wondering: Is it possible/allowed to use this package on Appwrite Cloud?
(Please note that I haven't tried to add this package yet, because I thought it's better to hear everyone's thoughts on this first. π)
I'm not a huge fan of the fact that it uses binaries actually. I was wondering how Appwrite Cloud deals with this and if I'll run into problems, since I don't have access to the underlaying operating system.
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...