import cli from 'client'
let w = cli.open({
title: 'Hello',
html: '<div>Hello999</div>',
width: 800,
height: 600,
})