0.0.1 • Published 10 years ago

bjork v0.0.1

Weekly downloads
11
License
MIT
Repository
github
Last release
10 years ago

Bjork

This is my library, there are many like it, but this one is mine.
So, yes: Yet another JavaScript implementation of E. Bjorklund's algorithm.

Usage

var bjork = require('bjork')
    ,to_ex_dot = function(i){ return i? 'x': '.'; }
    ;

console.log( bjork(3,8) );
console.log( bjork(3,8).map(to_ex_dot).join('') );

Further reading

License

See LICENSE