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

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]]

Awesome Lists containing this project

README

        

# unit-preset

[![Build Status](https://travis-ci.org/javiercejudo/unit-preset.svg)](https://travis-ci.org/javiercejudo/unit-preset)
[![Coverage Status](https://coveralls.io/repos/javiercejudo/unit-preset/badge.svg?branch=master)](https://coveralls.io/r/javiercejudo/unit-preset?branch=master)
[![Code Climate](https://codeclimate.com/github/javiercejudo/unit-preset/badges/gpa.svg)](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]
```