mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
|
import * as Gluon from "@gluon-framework/gluon";
|
||
|
|
||
|
await Gluon.open("https://gluonjs.org/", {
|
||
|
windowSize: [800, 500],
|
||
|
});
|