mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-23 03:23:48 +01:00
add version
This commit is contained in:
parent
278a3a6c0a
commit
c0dde779e1
@ -1,6 +1,7 @@
|
|||||||
import * as contextTools from './contextTools.js';
|
import * as contextTools from './contextTools.js';
|
||||||
import bowser from 'bowser';
|
import bowser from 'bowser';
|
||||||
|
|
||||||
|
export const VERSION = '0.16.6';
|
||||||
export const SHAPE_CACHE_LIMIT = 50;
|
export const SHAPE_CACHE_LIMIT = 50;
|
||||||
export const IS_CORDOVA = typeof cordova !== 'undefined';
|
export const IS_CORDOVA = typeof cordova !== 'undefined';
|
||||||
export const PIXEL_RATIO = 1.0;
|
export const PIXEL_RATIO = 1.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user