import client from 'client' function main() { client.open({ title: 'Hello', url: 'www/index.html', width: 1024, height: 720, }) }