{"id":20767773,"url":"https://github.com/dmnsgn/eerp","last_synced_at":"2025-07-11T04:36:31.080Z","repository":{"id":57219824,"uuid":"425888165","full_name":"dmnsgn/eerp","owner":"dmnsgn","description":"Logarithmic/exponential interpolation.","archived":false,"fork":false,"pushed_at":"2024-07-06T14:26:27.000Z","size":457,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T22:32:51.660Z","etag":null,"topics":["eerp","exponential","interpolation","lerp","logarithmic","logerp"],"latest_commit_sha":null,"homepage":"https://dmnsgn.github.io/eerp/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmnsgn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-11-08T15:18:14.000Z","updated_at":"2024-07-06T14:26:31.000Z","dependencies_parsed_at":"2024-07-06T15:53:11.052Z","dependency_job_id":null,"html_url":"https://github.com/dmnsgn/eerp","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"4d66e9491a7a73b6c064954dbd1a36bccd5b2d19"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnsgn%2Feerp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnsgn%2Feerp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnsgn%2Feerp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnsgn%2Feerp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmnsgn","download_url":"https://codeload.github.com/dmnsgn/eerp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251688999,"owners_count":21627814,"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":["eerp","exponential","interpolation","lerp","logarithmic","logerp"],"created_at":"2024-11-17T11:33:21.191Z","updated_at":"2025-04-30T11:21:33.229Z","avatar_url":"https://github.com/dmnsgn.png","language":"JavaScript","funding_links":["https://paypal.me/dmnsgn"],"categories":[],"sub_categories":[],"readme":"# eerp\n\n[![npm version](https://img.shields.io/npm/v/eerp)](https://www.npmjs.com/package/eerp)\n[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)](https://www.npmjs.com/package/eerp)\n[![npm minzipped size](https://img.shields.io/bundlephobia/minzip/eerp)](https://bundlephobia.com/package/eerp)\n[![dependencies](https://img.shields.io/librariesio/release/npm/eerp)](https://github.com/dmnsgn/eerp/blob/main/package.json)\n[![types](https://img.shields.io/npm/types/eerp)](https://github.com/microsoft/TypeScript)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fa6673.svg)](https://conventionalcommits.org)\n[![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)\n[![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)\n[![license](https://img.shields.io/github/license/dmnsgn/eerp)](https://github.com/dmnsgn/eerp/blob/main/LICENSE.md)\n\nLogarithmic/exponential interpolation.\n\n[![paypal](https://img.shields.io/badge/donate-paypal-informational?logo=paypal)](https://paypal.me/dmnsgn)\n[![coinbase](https://img.shields.io/badge/donate-coinbase-informational?logo=coinbase)](https://commerce.coinbase.com/checkout/56cbdf28-e323-48d8-9c98-7019e72c97f3)\n[![twitter](https://img.shields.io/twitter/follow/dmnsgn?style=social)](https://twitter.com/dmnsgn)\n\nBased on [Freya Holmér naming](https://twitter.com/FreyaHolmer/status/1068293398073929728) and [Scott Lembcke' Logarithmic Interpolation](https://www.gamedeveloper.com/programming/logarithmic-interpolation).\n\n![](https://raw.githubusercontent.com/dmnsgn/eerp/main/screenshot.png)\n\n## Installation\n\n```bash\nnpm install eerp\n```\n\n## Usage\n\n```js\nimport eerp from \"eerp\";\n\nconst i = eerp(a, b, t);\n```\n\n## API\n\n\u003c!-- api-start --\u003e\n\n\u003ca name=\"module_eerp\"\u003e\u003c/a\u003e\n\n## eerp\n\n\u003ca name=\"exp_module_eerp--eerp\"\u003e\u003c/a\u003e\n\n### eerp(a, b, t) ⇒ \u003ccode\u003enumber\u003c/code\u003e ⏏\n\nLogarithmic/exponential interpolation\n\n**Kind**: Exported function\n\n| Param | Type                | Description |\n| ----- | ------------------- | ----------- |\n| a     | \u003ccode\u003enumber\u003c/code\u003e | Start       |\n| b     | \u003ccode\u003enumber\u003c/code\u003e | End         |\n| t     | \u003ccode\u003enumber\u003c/code\u003e | Interpolant |\n\n\u003c!-- api-end --\u003e\n\n## License\n\nMIT. See [license file](https://github.com/dmnsgn/eerp/blob/main/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmnsgn%2Feerp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmnsgn%2Feerp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmnsgn%2Feerp/lists"}