{"id":16751769,"url":"https://github.com/knowscount/hex-blender","last_synced_at":"2025-03-16T05:15:44.447Z","repository":{"id":138320542,"uuid":"475764071","full_name":"KnowsCount/hex-blender","owner":"KnowsCount","description":"a library for finding out the hex value between two values.","archived":false,"fork":false,"pushed_at":"2022-03-31T14:53:16.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T17:45:00.271Z","etag":null,"topics":["color","colour","hex","typescript","util"],"latest_commit_sha":null,"homepage":"https://knowscount.github.io/hex-blender/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KnowsCount.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-30T07:19:49.000Z","updated_at":"2022-03-31T10:15:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b155894-ce82-4a2c-a3b4-9175945023d8","html_url":"https://github.com/KnowsCount/hex-blender","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnowsCount%2Fhex-blender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnowsCount%2Fhex-blender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnowsCount%2Fhex-blender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnowsCount%2Fhex-blender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnowsCount","download_url":"https://codeload.github.com/KnowsCount/hex-blender/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826787,"owners_count":20354222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["color","colour","hex","typescript","util"],"created_at":"2024-10-13T02:44:52.977Z","updated_at":"2025-03-16T05:15:44.429Z","avatar_url":"https://github.com/KnowsCount.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hex-blender\n\n\u003e a library for finding out the hex value between two hex values.\n\n## 🤤 usage\n\nto install the library as a dependency to your project, run\n\n```bash\nyarn add hex-blender\n# or, according to your preference\nnpm install hex-blender\n```\n\nimport the library in your project like below, and you can get started using it directly.\n\n```ts\n// simply import the library\nimport hexBlend from 'hex-blender'\n// and then ... just use it like you would any library\nconst getMiddleColour = (colourOne, colourTwo) =\u003e {\n\treturn hexBlend(colourOne, colourTwo, 4, 2)\n}\n// adding `#` or not is optional\ngetMiddleColour('ff0000', '#00ff00') // '#7f7f00'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowscount%2Fhex-blender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknowscount%2Fhex-blender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowscount%2Fhex-blender/lists"}