client/tests/client.js

9 lines
137 B
JavaScript
Raw 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',
})