diff --git a/127ohm.png b/127ohm.png new file mode 100644 index 0000000..0902d1a Binary files /dev/null and b/127ohm.png differ diff --git a/main.js b/main.js index fd45b9a..3c27318 100644 --- a/main.js +++ b/main.js @@ -53,3 +53,5 @@ function missings() { console.log(`We found a composite resistor for every value in the range [1, ${N * maxValue + 1}] but for: ${[...missings()].join(",")}`) numberline[420].draw() // Draw the Resistor diagram for 420 Ohm as SVG + +console.log(numberline)