forked from seth/ipv4.army
blah blah
This commit is contained in:
parent
ed89311c3f
commit
56518ea879
10 changed files with 174 additions and 98 deletions
16
test.ts
16
test.ts
|
@ -1,15 +1,3 @@
|
|||
import { getTheme } from "./src/back/utilities/themer";
|
||||
import browserslist from 'browserslist';
|
||||
|
||||
//console.log(getTheme("#ffddc4"));
|
||||
|
||||
const colorMap = {
|
||||
online: "#00ff00",
|
||||
idle: "#ffff00",
|
||||
dnd: "#ff0000",
|
||||
offline: "",
|
||||
streaming: "#ff00ff",
|
||||
};
|
||||
|
||||
Object.entries(colorMap).forEach(([key, value]) => {
|
||||
console.log(key, getTheme(value), "\n\n");
|
||||
});
|
||||
console.log(browserslist(["last 1 version and not dead"]));
|
Loading…
Add table
Add a link
Reference in a new issue