client/tests/client.js
2024-10-13 23:12:55 +08:00

9 lines
137 B
JavaScript

import client from 'apigo.cc/gojs/client'
client.open({
width: 800,
height: 600,
title: 'Hello',
url: 'client.html',
})