wisemapping-frontend/packages/web2d/test/playground/context-loader.js

6 lines
108 B
JavaScript
Raw Normal View History

import Grid from './utils';
import web2d from '../../src/web2d';
2021-10-03 02:57:29 +02:00
global.Grid = Grid;
global.web2d = web2d;