Small script to create .png images to use for OG images.
- Clone this repo
- Install dependencies using
npm install
or equivalent - To generate an image, run the following command:
node canvas-generation.js
There will be a social-image.png
image in the folder where the command was run.