UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

8 lines 222 B
import { lightBaseDefaults, lightBaseSchema } from "./ILightBase"; export const lightSchema = { ...lightBaseSchema }; export const lightDefaults = { ...lightBaseDefaults }; //# sourceMappingURL=ILight.js.map