UNPKG

lingo3d

Version:

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

7 lines 276 B
import { extendDefaults } from "./utils/Defaults"; import { appendableDefaults, appendableSchema } from "./IAppendable"; export const skySchema = { ...appendableSchema }; export const skyDefaults = extendDefaults([appendableDefaults], {}); //# sourceMappingURL=ISky.js.map