mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00: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);
|