Skip to content

Commit

Permalink
Merge pull request #5 from drwpow/oklab
Browse files Browse the repository at this point in the history
Accept & return Oklab colors
  • Loading branch information
CaptainCodeman authored Aug 28, 2023
2 parents 8c964af + 16558d1 commit d5ff2d8
Show file tree
Hide file tree
Showing 8 changed files with 595 additions and 727 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"useTabs": true
}
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,25 @@
"peerDependencies": {
"svelte": "^3.54.0 || ^4.0.0"
},
"dependencies": {
"@types/culori": "^2.0.0",
"culori": "^3.2.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/package": "^2.0.2",
"@tailwindcss/forms": "^0.5.3",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.6",
"@sveltejs/package": "^2.2.1",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"postcss-load-config": "^4.0.1",
"publint": "^0.1.12",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"dependencies": {
"hsluv": "^1.0.0"
"publint": "^0.1.16",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.9"
}
}
}
Loading

0 comments on commit d5ff2d8

Please sign in to comment.