espruino / EspruinoWebIDE

The Espruino Web IDE - A Chrome Web App for programming Espruino
Apache License 2.0
367 stars 158 forks source link

Added option to open Bangle.js emulator inside and outside #261

Open ff2005 opened 3 years ago

ff2005 commented 3 years ago

Added option to open the emulator window inside or as popup window (as already existed / default option). The inside window can be moved around (draggable). Unfortunately, resizing in not stable.

image image

ps 1: Just a suggestion, we should have some linter and prettier so all the code has same format and error free (as possible). ps 2: I have an error with "npm start" when clicking in "sending to espruino". I develop this with "npm run web", please test on your side if this works with "npm start".

Question: Where are you going with this editor? Are you planning to evolve it or is to be replaced in a near future?