luma.gl/modules/core/constants.js
2019-01-08 15:52:50 -08:00

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');