Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo committed Jan 27, 2024
1 parent 0d5f3b1 commit c0f8ffc
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
</a>
<span
>v4.0.0 (<a
>v4.0.1 (<a
href="https://github.com/evercoder/culori/releases"
>changelog</a
>)</span
Expand Down
2 changes: 1 addition & 1 deletion colophon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
</a>
<span
>v4.0.0 (<a
>v4.0.1 (<a
href="https://github.com/evercoder/culori/releases"
>changelog</a
>)</span
Expand Down
2 changes: 1 addition & 1 deletion color-spaces/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
</a>
<span
>v4.0.0 (<a
>v4.0.1 (<a
href="https://github.com/evercoder/culori/releases"
>changelog</a
>)</span
Expand Down
2 changes: 1 addition & 1 deletion culori.min.mjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
</a>
<span
>v4.0.0 (<a
>v4.0.1 (<a
href="https://github.com/evercoder/culori/releases"
>changelog</a
>)</span
Expand Down Expand Up @@ -105,11 +105,11 @@ <h3>In your browser's console</h3>
<h3>Observable</h3>
<p>If you prefer to see the results visually, <a href="https://beta.observablehq.com">Observable</a> is a great place to tinker with the library.</p>
<p>Add this cell and you're good to go:</p>
<pre class="language-js"><code class="language-js">culori <span class="token operator">=</span> <span class="token keyword">import</span><span class="token punctuation">(</span><span class="token string">'culori@4.0.0'</span><span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre>
<pre class="language-js"><code class="language-js">culori <span class="token operator">=</span> <span class="token keyword">import</span><span class="token punctuation">(</span><span class="token string">'culori@4.0.1'</span><span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre>
<p>It's often useful to pin the library to a specific version, to make sure your old notebooks don't break if the API changes in a new major version of the library.</p>
<h2>Use Culori in Deno</h2>
<p>The library is published to <a href="https://deno.land/x/culori">deno.land/x/culori</a> for usage in <a href="https://deno.land/">Deno</a>:</p>
<pre class="language-js"><code class="language-js"><span class="token keyword">import</span> <span class="token punctuation">{</span> rgb <span class="token punctuation">}</span> <span class="token keyword">from</span> <span class="token string">'https://deno.land/x/culori@4.0.0/index.js'</span><span class="token punctuation">;</span>
<pre class="language-js"><code class="language-js"><span class="token keyword">import</span> <span class="token punctuation">{</span> rgb <span class="token punctuation">}</span> <span class="token keyword">from</span> <span class="token string">'https://deno.land/x/culori@4.0.1/index.js'</span><span class="token punctuation">;</span>

<span class="token function">rgb</span><span class="token punctuation">(</span><span class="token string">'tomato'</span><span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre>

Expand Down
2 changes: 1 addition & 1 deletion guides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
</a>
<span
>v4.0.0 (<a
>v4.0.1 (<a
href="https://github.com/evercoder/culori/releases"
>changelog</a
>)</span
Expand Down
2 changes: 1 addition & 1 deletion guides/migration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
</a>
<span
>v4.0.0 (<a
>v4.0.1 (<a
href="https://github.com/evercoder/culori/releases"
>changelog</a
>)</span
Expand Down
2 changes: 1 addition & 1 deletion guides/tree-shaking/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
</a>
<span
>v4.0.0 (<a
>v4.0.1 (<a
href="https://github.com/evercoder/culori/releases"
>changelog</a
>)</span
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
</a>
<span
>v4.0.0 (<a
>v4.0.1 (<a
href="https://github.com/evercoder/culori/releases"
>changelog</a
>)</span
Expand Down
8 changes: 4 additions & 4 deletions resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/>
</a>
<span
>v4.0.0 (<a
>v4.0.1 (<a
href="https://github.com/evercoder/culori/releases"
>changelog</a
>)</span
Expand Down Expand Up @@ -85,9 +85,9 @@ <h2>Similar projects</h2>
<h2>Further reading</h2>
<h3>Specifications</h3>
<ul>
<li><a href="https://drafts.csswg.org/css-color-4/">CSS Color Module Level 4</a> [<a href="https://github.com/w3c/csswg-drafts/commits/main/css-color-4">changelog</a>]</li>
<li><a href="https://drafts.csswg.org/css-color-5/">CSS Color Module Level 5</a> [<a href="https://github.com/w3c/csswg-drafts/commits/main/css-color-5">changelog</a>]</li>
<li><a href="https://drafts.csswg.org/css-color-hdr/">CSS Color HDR Module Level 1</a> [<a href="https://github.com/w3c/csswg-drafts/commits/main/css-color-hdr">changelog</a>]</li>
<li><a href="https://drafts.csswg.org/css-color-4/">CSS Color Module Level 4</a> [<a href="https://github.com/w3c/csswg-drafts/commits/main/css-color-4">changelog</a>, <a href="https://github.com/w3c/csswg-drafts/issues?q=is%3Aissue+is%3Aopen+label%3Acss-color-4">issues</a>]</li>
<li><a href="https://drafts.csswg.org/css-color-5/">CSS Color Module Level 5</a> [<a href="https://github.com/w3c/csswg-drafts/commits/main/css-color-5">changelog</a>, <a href="https://github.com/w3c/csswg-drafts/issues?q=is%3Aissue+is%3Aopen+label%3Acss-color-5">issues</a>]</li>
<li><a href="https://drafts.csswg.org/css-color-hdr/">CSS Color HDR Module Level 1</a> [<a href="https://github.com/w3c/csswg-drafts/commits/main/css-color-hdr">changelog</a>, <a href="https://github.com/w3c/csswg-drafts/issues?q=is%3Aissue+is%3Aopen+label%3Acss-color-hdr">issues</a>]</li>
</ul>
<h3>Websites</h3>
<ul>
Expand Down

0 comments on commit c0f8ffc

Please sign in to comment.