Base key-level defaults around u
This commit is contained in:
parent
9bdcd36d1a
commit
67e01ed4f9
3 changed files with 7 additions and 9 deletions
|
@ -45,7 +45,7 @@ const process = async (raw, debug=false, logger=()=>{}) => {
|
|||
}
|
||||
if (debug) {
|
||||
results.points = points
|
||||
results.demo = io.twodee(points_lib.visualize(points), debug)
|
||||
results.demo = io.twodee(points_lib.visualize(points, units), debug)
|
||||
}
|
||||
|
||||
logger('Generating outlines...')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue