Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "webgif", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Easily generate animated GIFs from websites", | ||
@@ -10,4 +10,8 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha", | ||
"website": "mkdir website; (cat header.html; showdown makehtml -m -i README.md) > website/index.html" | ||
}, | ||
"engines": { | ||
"node": ">=7.6.0" | ||
}, | ||
"repository": { | ||
@@ -37,4 +41,5 @@ "type": "git", | ||
"mocha": "^5.0.5", | ||
"shelljs": "^0.8.1" | ||
"shelljs": "^0.8.1", | ||
"showdown": "^1.8.6" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
<p align="center"><img src="logo.svg"></p> | ||
<p align="center"><img src="https://rawgit.com/anishkny/webgif/master/logo.svg"></p> | ||
# **webgif** - *Easily generate animated GIFs from websites* | ||
## *Easily generate animated GIFs from websites* | ||
@@ -8,10 +8,11 @@ [![Build Status](https://travis-ci.org/anishkny/webgif.svg?branch=master)](https://travis-ci.org/anishkny/webgif) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/anishkny/webgif.svg)](https://greenkeeper.io/) | ||
![node](https://img.shields.io/node/v/webgif.svg) | ||
[![NPM Version](https://img.shields.io/npm/v/webgif.svg)](https://www.npmjs.com/package/webgif) | ||
* **Easy** :point_right: *Just point it to a URL and get an animated GIF!* | ||
* **Cross-platform** :point_right: *Works on Windows, Mac, Linux, without Docker!* | ||
* **Headless** :point_right: *Uses [GoogleChrome/puppeteer](https://github.com/GoogleChrome/puppeteer)* | ||
* **Inspired** :point_right: *By [asciicast2gif](https://github.com/asciinema/asciicast2gif) and wanting to make it easier to use* | ||
* **Easy** 👉 *Just point it to a URL and get an animated GIF!* | ||
* **Cross-platform** 👉 *Works on Windows, Mac, Linux, without Docker!* | ||
* **Headless** 👉 *Uses [GoogleChrome/puppeteer](https://github.com/GoogleChrome/puppeteer)* | ||
* **Inspired** 👉 *By [asciicast2gif](https://github.com/asciinema/asciicast2gif) and wanting to make it easier to use* | ||
## Installation | ||
### Installation | ||
```bash | ||
@@ -21,3 +22,3 @@ yarn global add webgif || npm i -g webgif | ||
## Usage | ||
### Usage | ||
@@ -34,3 +35,3 @@ To navigate to `https://giphy.com/search/lol` and make an animated GIF of duration `10` seconds, execute: | ||
## Options | ||
### Options | ||
@@ -50,7 +51,7 @@ ```bash | ||
## Sample GIF | ||
### Sample GIF | ||
![Sample GIF](https://storage.googleapis.com/webgif/web.gif) | ||
## How it works | ||
### How it works | ||
@@ -62,2 +63,2 @@ 1. Use [Puppeteer](https://github.com/GoogleChrome/puppeteer) to launch a headless Chrome window | ||
See code: [`index.js`](index.js) | ||
See code: [`index.js`](https://github.com/anishkny/webgif/blob/master/index.js) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34084
11
60
3