mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 10:06:45 +08:00
8 lines
219 B
TypeScript
8 lines
219 B
TypeScript
import polylabel from 'polylabel';
|
|
|
|
const polygon = [[[3116, 3071], [3118, 3068], [3108, 3102], [3751, 927]]];
|
|
polylabel(polygon);
|
|
polylabel(polygon, 1.0);
|
|
polylabel(polygon, 1.0, true);
|
|
polylabel(polygon, 1.0, false);
|