Print numberline, add Image

This commit is contained in:
Dominic Zimmer 2020-11-18 17:37:13 +01:00
parent bc115462fb
commit 3555d05896
2 changed files with 2 additions and 0 deletions

BIN
127ohm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

@ -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)