UNPKG

@polygonjs/plugin-mapbox

Version:

Mapbox plugin for the 3D engine https://polygonjs.com

8 lines (7 loc) 304 B
import { CoreMapboxClient } from "../../../../core/mapbox/Client"; import { CoreStylesheetLoader } from "@polygonjs/polygonjs/dist/src/core/loader/Stylesheet"; export class MapboxViewerStylesheetController { static async load() { await CoreStylesheetLoader.loadUrl(CoreMapboxClient.CSS_URL); } }