map/src/index.ts
2021-04-11 23:36:06 +02:00

8 lines
292 B
TypeScript

/// <reference path="../node_modules/@workadventure/iframe-api-typings/iframe_api.d.ts" />
// You can write your WorkAdventure script here, if any.
// The "WA" global object is available from anywhere.
console.log('Script started successfully');
WA.openCoWebSite('https://workadventu.re');