client/tests/client.js

10 lines
157 B
JavaScript
Raw Permalink Normal View History

2024-10-13 23:12:55 +08:00
import client from 'apigo.cc/gojs/client'
client.open({
width: 800,
height: 600,
title: 'Hello',
url: 'client.html',
isDebug: false,
2024-10-13 23:12:55 +08:00
})