Generates images that can be used in <meta> tags of web pages.
-
Clone this repository.
-
Create a symlink that links to the package.
$ cd meta-image-generator $ npm link
-
Generate an image.
$ cd meta-image-generator $ create-meta-image \ --title 'Covariance and Contravariance in Generic Programming' \ --subtitle 'Tech Blog' \ --author 'Rahul Bakale' \ --date '2018-09-27' \ --graphic 'examples/input-avatar.png' \ --output '/tmp/output.png'
This will generate the following image:
-
Delete the symlink that links to the package.
$ cd meta-image-generator $ npm unlink -
Delete the repository clone.
examples/input-avatar.png image was downloaded from Pixabay.
At the time this image was downloaded, Pixabay license allowed free usage without attribution.
