https://github.com/javiercejudo/unit-preset
Unit preset [[0, 1], [0, 1]]
https://github.com/javiercejudo/unit-preset
Last synced: 3 days ago
JSON representation
Unit preset [[0, 1], [0, 1]]
- Host: GitHub
- URL: https://github.com/javiercejudo/unit-preset
- Owner: javiercejudo
- License: mit
- Created: 2015-09-09T14:31:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T08:43:42.000Z (over 8 years ago)
- Last Synced: 2025-06-02T13:20:05.578Z (14 days ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/unit-preset
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unit-preset
[](https://travis-ci.org/javiercejudo/unit-preset)
[](https://coveralls.io/r/javiercejudo/unit-preset?branch=master)
[](https://codeclimate.com/github/javiercejudo/unit-preset)Unit preset [[0, 1], [0, 1]]
## Install
npm i unit-preset
## Usage
```js
var unitPreset = require('unit-preset');unitPreset.length; // => 2
unitPreset[0]; // => [0, 1]
unitPreset[1]; // => [0, 1]
```