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
- Host: GitHub
- URL: https://github.com/cesarferreira/awsnap
- Owner: cesarferreira
- License: mit
- Created: 2018-07-21T00:14:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T16:39:04.000Z (about 7 years ago)
- Last Synced: 2025-03-28T07:21:52.071Z (7 months ago)
- Topics: beautiful, generate, images, thumbnails, thumbnails-preview, tool
- Language: JavaScript
- Homepage:
- Size: 1.43 MB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awsnap
> 🏄 Generate beautiful screenshots
![]()
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)