packages/playground/src/worker/export-worker.ts (3 lines): - line 113: //TODO: watermark - line 114: //TODO: title, author, grid from options - line 126: //TODO: break up model across pages packages/playground/src/format-options.ts (3 lines): - line 49: // TODO: - line 79: // TODO: Layer order - line 121: // TODO: packages/maker.js/src/core/dxf.ts (2 lines): - line 106: //TODO - handle scenario if any bezier seeds get passed - line 331: //TODO - handle scenario if any bezier seeds get passed packages/maker.js/src/core/pdf.ts (2 lines): - line 38: //TODO scale each element without a whole clone - line 72: //TODO use only chainToSVGPathData instead of circle, so that we can use fill packages/playground/src/fontloader.ts (1 line): - line 28: //TODO use match packages/maker.js/src/core/fillet.ts (1 line): - line 309: //TODO: allow arcs in dogbone packages/playground/src/playground.ts (1 line): - line 1754: codeMirrorOptions["styleActiveLine"] = true; //TODO use addons in declaration