@noise-machines/normalize

1.0.2 • Public • Published

Normalize

Normalize arrays of numbers.

Installation

$ npm install @noise-machines/normalize

Usage

import normalize from '@noise-machines/normalize'

const normalized = normalize([1,2,3,4,5])
//=> [0, 0.25, 0.5, 0.75, 1]
console.log(normalized)

Readme

Keywords

Package Sidebar

Install

npm i @noise-machines/normalize

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • noise-machines