UNPKG

@tldraw/editor

Version:

A tiny little drawing app (editor).

8 lines (7 loc) 464 B
{ "version": 3, "sources": ["../../../../src/lib/primitives/geometry/geometry-constants.ts"], "sourcesContent": ["const SPACING = 20\nconst MIN_COUNT = 8\n\nexport function getVerticesCountForLength(length: number, spacing = SPACING) {\n\treturn Math.max(MIN_COUNT, Math.ceil(length / spacing))\n}\n"], "mappings": "AAAA,MAAM,UAAU;AAChB,MAAM,YAAY;AAEX,SAAS,0BAA0B,QAAgB,UAAU,SAAS;AAC5E,SAAO,KAAK,IAAI,WAAW,KAAK,KAAK,SAAS,OAAO,CAAC;AACvD;", "names": [] }