An open API service indexing awesome lists of open source software.

https://github.com/cesarferreira/awsnap

🏄 Generate beautiful screenshots
https://github.com/cesarferreira/awsnap

beautiful generate images thumbnails thumbnails-preview tool

Last synced: 6 months ago
JSON representation

🏄 Generate beautiful screenshots

Awesome Lists containing this project

README

          

# awsnap
> 🏄 Generate beautiful screenshots




npm
npm
License

I decided to open source the tool I've developed to create [this](https://github.com/cesarferreira/facelift):



## Install

```sh
brew install pkg-config cairo libpng jpeg giflib imagemagick
```

```sh
npm install -g awsnap
```

## Usage

```
Usage

$ awsnap

```

```
Examples
$ awsnap generate 2000 800 f7d794 extras/ss.png extras/output.png 1500 700
```

this will generate an image with the size of `2000 x 800`, color `#f7d794`, screenshot at `extras/ss.png` will output into `extras/output.png` and optionally will crop the image to be `1500 x 700`

Here you can see the `ss.png` :



the output is:

> awsnap generate 2000 800 d3d3d3 extras/ss.png extras/output.png 1500 700



> awsnap generate 2000 800 718B71 extras/ss.png extras/output2.png 1500 700



> awsnap generate 2000 800 d3d3d3 extras/ss.png extras/output3.png 1500 700



## Created by
[Cesar Ferreira](https://cesarferreira.com)

## License
MIT © [Cesar Ferreira](http://cesarferreira.com)