Ron1949

Results 2 issues of Ron1949

I have two programs: const { Board, Led } = require("johnny-five"); const board = new Board(); board.on("ready", () => { const led = new Led(13); // "blink" the led in...

question

# Expected Behavior Be able to use jimp to write javascript code to manipulate images # Current Behavior I don't know how to install and run it: npm install --save...