twitter-banner
twitter-banner copied to clipboard
A simple NodeJs script to update my twitter banner with images of new followers
So I just wanna test the app, the env is working fine but after running `npm start` command this error show up ``` > [email protected] start > node index.js (process:32712):...
I tried to run "npm start", but it shows error like this. How to clear the error?
I got this error: 'Error: Input file is missing' At: ``` await sharp('twitter-banner.png') .composite(image_data) .toFile('new-twitter-banner.png'); ``` And `imageData` is: '[{"input":"rforjoe.png","top":380,"left":1050}]'