Skip to content

Commit

Permalink
Merge pull request #232 from prjctimg/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
prjctimg authored Sep 17, 2024
2 parents a43c8e2 + fafcb42 commit 6e72314
Show file tree
Hide file tree
Showing 5 changed files with 1,273 additions and 1,337 deletions.
35 changes: 17 additions & 18 deletions app.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#!/usr/bin/env ts-node

import { formatHex8 } from 'culori';
import { formatHex8 } from "culori";
import {
deficiency,
family,
achromatic,
token,
sortBy,
complimentary,
pair,
mc,
colors,
filterBy
} from './lib/index.ts';
import { log } from 'node:console';
deficiency,
family,
achromatic,
token,
sortBy,
complimentary,
pair,
mc,
colors,
filterBy,
} from "./lib/index.ts";
import { log } from "node:console";
//log(achromatic('cyan'));
// log(token('cyan', { kind: 'obj' }));

Expand Down Expand Up @@ -53,9 +53,8 @@ import { log } from 'node:console';
// log(token(c1, { srcMode: 'lab', kind: 'obj' }));
// filterBy([], { f });

let w = ["fea3aa", "f8b88b", "faf884", "baed91", "b2cefe", "f2a2e8"],
y;


let w = ['fea3aa','f8b88b','faf884','baed91','b2cefe','f2a2e8'],y

y= w.map(c=>token(c,{kind:'obj',targetMode:'lch'}))
log(y)
y = w.map((c) => token(c, { kind: "str", targetMode: "lch" }));
log(y);
Empty file added b.sh
Empty file.
Loading

1 comment on commit 6e72314

@vercel
Copy link

@vercel vercel bot commented on 6e72314 Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

huetiful – ./

huetiful-my-team-84794c1e.vercel.app
huetiful-git-main-my-team-84794c1e.vercel.app
huetiful-js.com

Please sign in to comment.