UNPKG

lingo3d

Version:

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

8 lines 339 B
import { extendDefaults } from "./utils/Defaults"; import { appendableDefaults, appendableSchema } from "./IAppendable"; export const timelineAudioSchema = { ...appendableSchema, src: String }; export const timelineAudioDefaults = extendDefaults([appendableDefaults], { src: undefined }); //# sourceMappingURL=ITimelineAudio.js.map