UNPKG

whs-cube-spheres

Version:

This plugin has a container with multiple spheres.

10 lines (7 loc) 168 B
import present from 'present'; export const system = { window: typeof window === 'undefined' ? global : window }; global.performance = { now: present };