flip-orientation

1.0.1 • Public • Published

flip-orientation

Flips the orientation of a cell.

Example

var flip = require('flip-orientation')
 
console.log(flip([0, 1, 2]))

Install

npm i flip-orientation

API

require('flip-orientation')(cell)

Flips the orientation of a cell

  • cell is a list of integers

Returns cell, after flipping the orientation of cell

Note This is a destructive operation

License

(c) 2015 Mikola Lysenko. MIT License

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    3
  • 1.0.0
    0

Package Sidebar

Install

npm i flip-orientation

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mikolalysenko