UNPKG

guify

Version:

A simple GUI for inspecting and changing JS variables

5 lines 199 B
// Export GUI class as 'guify'. // Make sure Webpack is assigning the export to the global scope (don't set library.name) import { default as gui } from "./gui.js"; let guify = gui; export { guify };