UNPKG

@goongmaps/goong-js

Version:

A WebGL interactive maps library

11 lines (7 loc) 230 B
// @flow import window from '../window'; import goongjs from '../../'; import type {WorkerInterface} from '../web_worker'; export default function (): WorkerInterface { return (new window.Worker(goongjs.workerUrl): any); }