UNPKG

@luma.gl/core

Version:

The luma.gl core Device API

9 lines (6 loc) 194 B
// luma.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors import {Log} from '@probe.gl/log'; /** Global log instance */ export const log: Log = new Log({id: 'luma.gl'});