client/tests/client.js

10 lines
157 B
JavaScript

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