An open API service indexing awesome lists of open source software.

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

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')
```