diff --git a/docs/classes/GifskiCommand.html b/docs/classes/GifskiCommand.html index 01f0bcb..eb06028 100644 --- a/docs/classes/GifskiCommand.html +++ b/docs/classes/GifskiCommand.html @@ -23,8 +23,8 @@

Hierarchy

+
  • Defined in src/index.ts:139
  • +
  • Defined in src/index.ts:168
  • @@ -82,7 +82,7 @@

    Parameters

    options: GifskiCommandOptions

    Returns GifskiCommand

    +
  • Defined in src/index.ts:174
  • Properties

    @@ -91,7 +91,7 @@
    +
  • Defined in src/index.ts:172
  • captureRejectionSymbol: typeof captureRejectionSymbol
    +
  • Defined in src/index.ts:179
  • Returns GifskiCommand

    +
  • Defined in src/index.ts:146
  • Event called when gifski command is completed.

    @@ -336,7 +336,7 @@
    Optional stderr: Returns void
  • Returns GifskiCommand

    +
  • Defined in src/index.ts:154
  • Event called when gifski command emit an error.

    @@ -365,7 +365,7 @@
    Optional stderr: Returns void
  • Returns GifskiCommand

    +
  • Defined in src/index.ts:162
  • Returns Promise<{ err?: Error; stderr?: string | Buffer; stdout?: string | Buffer }>

    +
  • Defined in src/index.ts:245
  • +
  • Defined in src/index.ts:364
  • +
  • Defined in src/index.ts:52
  • @@ -50,84 +50,84 @@
    +
  • Defined in src/index.ts:76
  • fast?: boolean

    50% faster encoding, but 10% worse quality and larger file size.

    +
  • Defined in src/index.ts:71
  • fps?: number

    Frame rate of animation. This means the speed, as all frames are kept. [default: 20].

    +
  • Defined in src/index.ts:66
  • frames: string | string[]

    Glob pattern or list of PNG image files.

    +
  • Defined in src/index.ts:61
  • height?: number

    . Maximum height (stretches if the width is also set).

    +
  • Defined in src/index.ts:91
  • noSort?: boolean

    Use files exactly in the order given, rather than sorted.

    +
  • Defined in src/index.ts:96
  • output: string

    <a.gif>. Destination file to write to; "-" means stdout.

    +
  • Defined in src/index.ts:56
  • quality?: number

    <1-100>. Lower quality may give smaller file [default: 90].

    +
  • Defined in src/index.ts:81
  • quiet?: boolean

    Do not display anything on standard output/console

    +
  • Defined in src/index.ts:101
  • repeat?: number

    Number of times the animation is repeated (-1 none, 0 forever or repetitions).

    +
  • Defined in src/index.ts:106
  • stdoutLines?: number

    Maximum number of lines from gifski stdout/stderr to keep in memory (defaults to 100, use 0 for unlimited storage).

    +
  • Defined in src/index.ts:111
  • width?: number

    . Maximum width. By default anims are limited to about 800x600.

    +
  • Defined in src/index.ts:86
  • +
  • Defined in src/index.ts:126
  • +
  • Defined in src/index.ts:47