|
Last change
on this file since e4c61dd was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
446 bytes
|
| Line | |
|---|
| 1 | import colors from "../colors.js";
|
|---|
| 2 | import ramp from "../ramp.js";
|
|---|
| 3 |
|
|---|
| 4 | export var scheme = new Array(3).concat(
|
|---|
| 5 | "fee6cefdae6be6550d",
|
|---|
| 6 | "feeddefdbe85fd8d3cd94701",
|
|---|
| 7 | "feeddefdbe85fd8d3ce6550da63603",
|
|---|
| 8 | "feeddefdd0a2fdae6bfd8d3ce6550da63603",
|
|---|
| 9 | "feeddefdd0a2fdae6bfd8d3cf16913d948018c2d04",
|
|---|
| 10 | "fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d948018c2d04",
|
|---|
| 11 | "fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d94801a636037f2704"
|
|---|
| 12 | ).map(colors);
|
|---|
| 13 |
|
|---|
| 14 | export default ramp(scheme);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.