1.0.0 • Published 4 years ago
soim v1.0.0
soim
This image was made by running soim -t "This is some sample output of <b><code>soim</code></b>" -T "social, images, generator" -i "https://raw.githubusercontent.com/AnandChowdhary/undrawcdn/master/illustrations/images.svg" -c "Made by @SiddharthShyniben" -p "cover.png"
soim is a CLI tool for generating social images. Given data, soim uses
Puppeteer to screenshot a page.
soim can also be used as a library. The exported generateImage function takes
an object as options, and the options are the same as the CLI options.
Install
# locally
~$ npm i soim
# globally (for CLI)
~$ npm i -g soim
~$ soim -t ...CLI options
-t,--text: The main text.-T,--tags: Comma separated list of tags, shown at the top of the image-p,--path: The place to write the image-l,--link: Custom link where the social image template lives. Useful if you want to design a custom template. See the default one for an example.-i,--img: Link to image shown at the side-c,--caption: Caption of the image-s,--deviceScaleFactor: How much to scale the image-w,--width: Width of image. Suitable for use with-p.-h,--height: Height of image. Suitable for use with-h.
1.0.0
4 years ago