Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo committed Mar 10, 2024
1 parent fd15a58 commit 444d7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ <h3>Easing functions</h3>
<li><a href="https://github.com/d3/d3-scale">d3-scale</a> lets you set the scale's domain and range to <code>[0, 1]</code>.</li>
</ul>
<h3>Interpolation hints</h3>
<p>Any number in he <em>colors</em> array will be interpreted as an <a href="https://drafts.csswg.org/css-images-4/#color-stop-syntax">interpolation hint</a>:</p>
<p>Any number in the <em>colors</em> array will be interpreted as an <a href="https://drafts.csswg.org/css-images-4/#color-stop-syntax">interpolation hint</a>:</p>
<pre class="language-js"><code class="language-js"><span class="token keyword">import</span> <span class="token punctuation">{</span> interpolate <span class="token punctuation">}</span> <span class="token keyword">from</span> <span class="token string">'culori'</span><span class="token punctuation">;</span>

<span class="token comment">// interpolation hint:</span>
Expand Down

0 comments on commit 444d7e5

Please sign in to comment.