UNPKG

odious

Version:

Odious fundamentally revolutionizes the software development paradigm by seamlessly integrating deployment considerations into the development process, thus empowering developers of all skill levels to create and deploy applications with unprecedented eas

14 lines (9 loc) 354 B
import UI from './src/ui/UI.js'; import Application from './src/application/Application.js'; const application = new Application(); await application.library.install('base-tools.js'); await application.library.install('tone-js.js'); await application.stack.load('tutorial-stack.js'); await application.start(); const ui = new UI(); await ui.start();