# Hm okay, would that work for this? proc createBrowserWindow(width, height: int, show = bool): BrowserWindowType {.importjs: "new BrowserWindow({width: #, height: #, show: #})".} # This is my case, im going to try what u just said