Npm install heic-convert

Hi

How to add this convertion of an image file?
I have the code but how to install a library “heic-convert”

Thanks, Mario

Here’s the first result from google search for “How to install npm library”:

NPM - Node Package Manager

Hi @Mario_Ghersi,

in order to install node modules in your business logic, you’ll need to download your code, install required modules using npm (see Mark’s answer above), and then run deploy.
These docs should help you Developing Backendless Server Code with node.js

Cheers,
Stanislaw