https://github.com/d4tocchini/polator
Arbitrary value interpolation a la Penner
https://github.com/d4tocchini/polator
Last synced: 4 months ago
JSON representation
Arbitrary value interpolation a la Penner
- Host: GitHub
- URL: https://github.com/d4tocchini/polator
- Owner: d4tocchini
- Created: 2013-12-08T04:54:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T02:17:08.000Z (about 11 years ago)
- Last Synced: 2026-01-14T08:41:30.833Z (5 months ago)
- Language: CoffeeScript
- Size: 148 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Polator
============
Arbitrary value interpolation a la Penner
```
npm install polator
```
```
polator = require 'polator'
polator(input, input1, input2, output1, output2, pennerType='linear', boundType='extend')
```