-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
383 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -671,7 +671,7 @@ <h2>Color Properties</h2> | |
<div data-names></div> | ||
</aside> | ||
</article> | ||
<script src="https://cdn.jsdelivr.net/npm/culori@1.2.0/bundled/culori.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/bundled/culori.umd.js"></script> | ||
|
||
<script type="module"> | ||
import { | ||
|
@@ -772,7 +772,6 @@ <h2>Color Properties</h2> | |
if (!$input) { | ||
return; | ||
} | ||
console.log($input) | ||
if ( $input.matches('select') ) { | ||
Array.from($input.querySelectorAll('option')).forEach($input => | ||
$input.selected = $input.value === (value || ref[key]) | ||
|
@@ -990,6 +989,7 @@ <h2>Color Properties</h2> | |
} | ||
|
||
function bam() { | ||
|
||
colors = generateRandomColorRamp({ | ||
total: PARAMS.total, | ||
centerHue: PARAMS.centerHue, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.