mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-25 14:08:58 +00:00
6 lines
227 B
JavaScript
6 lines
227 B
JavaScript
// eslint-disable-next-line
|
|
console.warn(`import 'luma.gl/constants' has been replaced with '@luma.gl/constants'
|
|
(scoped npm package) and will be removed in a future version`);
|
|
|
|
module.exports = require('@luma.gl/constants');
|