re-map
v0.1.1
Published
A port of Processing's map function.
Downloads
4
Readme
re-map
A node port of Processing's map() fn.
Getting Started
Install the module with:
npm install re-map
Then require it like so
var reMap = require('re-map');
Documentation
(Coming soon)
Examples
(Coming soon)
Contributing
If you have a bug fix or feature proposal, submit a pull request with a clear description of the change, plus tests.
License
Copyright (c) 2013 Joseph (Jos) Smith
Licensed under the GNU GENERAL PUBLIC license.