polylabel 0.1.11

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

function copy(source, target, target_start, source_start, source_end) {
  return source.copy(target, target_start, source_start, source_end)
}