UNPKG

lingo3d

Version:

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

4 lines 268 B
import { onAfterRender } from "../../events/onAfterRender"; import callbackSystemWithArgs from "../utils/callbackSystemWithArgs"; export const [addAfterRenderSystemWithArgs] = callbackSystemWithArgs(onAfterRender); //# sourceMappingURL=afterRenderSystemWithArgs.js.map