polylabel 0.1.11

A Rust implementation of the Polylabel algorithm
Documentation
1
2
3
module.exports = function(source, encoding) {
  return source.toString(encoding)
}