Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix debian executable path #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/classes/GifskiCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">GifskiCommand</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L139">src/index.ts:139</a></li>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L168">src/index.ts:168</a></li></ul></aside>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L139">src/index.ts:139</a></li>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L168">src/index.ts:168</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -82,7 +82,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>options: <a href="../interfaces/GifskiCommandOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">GifskiCommandOptions</a></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="GifskiCommand.html" class="tsd-signature-type" data-tsd-kind="Class">GifskiCommand</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L174">src/index.ts:174</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L174">src/index.ts:174</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="options" class="tsd-anchor"></a>
Expand All @@ -91,7 +91,7 @@ <h3 class="tsd-anchor-link"><span>options</span><a href="#options" aria-label="P
<div class="tsd-comment tsd-typography"><p>Options used by the gifski command.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L172">src/index.ts:172</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L172">src/index.ts:172</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"><a id="captureRejectionSymbol" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>capture<wbr/>Rejection<wbr/>Symbol</span><a href="#captureRejectionSymbol" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">capture<wbr/>Rejection<wbr/>Symbol<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">typeof </span><a href="GifskiCommand.html#captureRejectionSymbol" class="tsd-signature-type" data-tsd-kind="Property">captureRejectionSymbol</a></div><aside class="tsd-sources">
Expand Down Expand Up @@ -130,7 +130,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code>
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L179">src/index.ts:179</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L179">src/index.ts:179</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external"><a id="addListener" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>add<wbr/>Listener</span><a href="#addListener" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
Expand Down Expand Up @@ -307,7 +307,7 @@ <h5>name: <a href="../interfaces/GifskiCommandProgress.html" class="tsd-signatur
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="GifskiCommand.html" class="tsd-signature-type" data-tsd-kind="Class">GifskiCommand</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L146">src/index.ts:146</a></li></ul></aside></li>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L146">src/index.ts:146</a></li></ul></aside></li>
<li class="tsd-signature tsd-anchor-link" id="on.on-2">on<span class="tsd-signature-symbol">(</span>event<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;end&quot;</span>, listener<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Error</span>, stdout<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Buffer</span>, stderr<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="GifskiCommand.html" class="tsd-signature-type" data-tsd-kind="Class">GifskiCommand</a><a href="#on.on-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Event called when gifski command is completed.</p>
Expand Down Expand Up @@ -336,7 +336,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> stderr: <span class="t
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="GifskiCommand.html" class="tsd-signature-type" data-tsd-kind="Class">GifskiCommand</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L154">src/index.ts:154</a></li></ul></aside></li>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L154">src/index.ts:154</a></li></ul></aside></li>
<li class="tsd-signature tsd-anchor-link" id="on.on-3">on<span class="tsd-signature-symbol">(</span>event<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;error&quot;</span>, listener<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Error</span>, stdout<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Buffer</span>, stderr<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="GifskiCommand.html" class="tsd-signature-type" data-tsd-kind="Class">GifskiCommand</a><a href="#on.on-3" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Event called when gifski command emit an error.</p>
Expand Down Expand Up @@ -365,7 +365,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> stderr: <span class="t
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="GifskiCommand.html" class="tsd-signature-type" data-tsd-kind="Class">GifskiCommand</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L162">src/index.ts:162</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L162">src/index.ts:162</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external"><a id="once" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>once</span><a href="#once" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
Expand Down Expand Up @@ -593,7 +593,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> options: <span class="tsd-signature-type">SpawnOptionsWithoutStdio</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{ </span>err<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">; </span>stderr<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol">; </span>stdout<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Buffer</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L245">src/index.ts:245</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L245">src/index.ts:245</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="runSync" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>run<wbr/>Sync</span><a href="#runSync" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -615,7 +615,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> stderr<span class="tsd
<li class="tsd-parameter">
<h5><code class="tsd-tag ts-flagOptional">Optional</code> stdout<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Buffer</span></h5></li></ul><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/pichillilorenzo/gifski-command/blob/fcad269/src/index.ts#L364">src/index.ts:364</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/mxmul/gifski-command/blob/62bb3cb/src/index.ts#L364">src/index.ts:364</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external"><a id="setMaxListeners" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>set<wbr/>Max<wbr/>Listeners</span><a href="#setMaxListeners" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
Expand Down
Loading