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