var window = wm.createWindow({ title: 'A new window', events: { open: function() { console.log('The window was open'); }, closed: function() { console.log('The window ...
This project started as an experiment and even though it was stable enough it was never meant to be mantained over time. However, feel free to fork and send PRs! Version 0.3.0 migrates code to webpack ...