schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

12
node_modules/gifsicle/readme.md generated vendored
View File

@@ -1,15 +1,15 @@
# gifsicle-bin [![Build Status](https://travis-ci.org/imagemin/gifsicle-bin.svg?branch=master)](https://travis-ci.org/imagemin/gifsicle-bin)
# gifsicle-bin
> gifsicle manipulates GIF image files in many different ways. Depending on command line options, it can merge several GIFs into a GIF animation; explode an animation into its component frames; change individual frames in an animation; turn interlacing on and off; add transparency and much more.
You probably want [`imagemin-gifsicle`](https://github.com/imagemin/imagemin-gifsicle) instead.
## Install
```
$ npm install --save gifsicle
$ npm install gifsicle
```
## Usage
```js
@@ -21,7 +21,6 @@ execFile(gifsicle, ['-o', 'output.gif', 'input.gif'], err => {
});
```
## CLI
```
@@ -31,8 +30,3 @@ $ npm install --global gifsicle
```
$ gifsicle --help
```
## License
MIT © [imagemin](https://github.com/imagemin)