Print numberline, add Image
This commit is contained in:
parent
bc115462fb
commit
3555d05896
BIN
127ohm.png
Normal file
BIN
127ohm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 MiB |
2
main.js
2
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(",")}`)
|
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
|
numberline[420].draw() // Draw the Resistor diagram for 420 Ohm as SVG
|
||||||
|
|
||||||
|
console.log(numberline)
|
||||||
|
Loading…
Reference in New Issue
Block a user