2.0.2 • Published 2 years ago

timecube v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

timecube.js

When you need to fill up space with something more interesting than Lorem Ipsum

Install

npm install timecube

Usage

const timecube = require('timecube')

function PraiseFourCornerTime () {
    let sentenceCount = 5 
    let startIndex = 10 
    let timecubeBlock = timecube.generate(sentenceCount, startIndex)
    
    console.log(timecubeBlock)
}

Parameters

start: number (optional)

default - 1

stop: number (optional)

default - timecube.maxLines

License

MIT © FullstackSoftwareInnovations

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago