Skip to content

Commit

Permalink
added luminance() and lightness tests. debugging luminance
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlwizard committed Dec 18, 2024
1 parent c681cb6 commit 4b5f2bb
Show file tree
Hide file tree
Showing 11 changed files with 4,652 additions and 48 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"recommendations": [
"denoland.vscode-deno",
"biomejs.biome",
"oven.bun-vscode",
"yoavbls.pretty-ts-errors",
"bradlc.vscode-tailwindcss",
Expand Down
2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ await build({
target: "node",
external: ["culori"],
naming: "node/huetiful.esm.js",
}).then(logger("Node"));
}).then(logger("Node"))
await $`bun tsup --format=esm ./lib/index.ts --dts-only --outDir=./build`;
await $`du -sh build/*`;
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 4b5f2bb

Please sign in to comment.