SenteraLLC / ulabel

A browser-based tool for image annotation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better sanity checking of config defaults

TrevorBurgoyne opened this issue · comments

instead of the long list of if statements checking for undefined in line ~1060 of toolbox.ts in 63bd99f, check that config values are of the expected type. could also iterate over a list of defaults instead of separate if statements