polylabel 0.1.11

A Rust implementation of the Polylabel algorithm
Documentation
1
2
3
4
5
6
7
module.exports = create

var Buffer = require('buffer').Buffer

function create(size) {
  return new Buffer(size)
}