UNPKG

lingo3d

Version:

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

4 lines 228 B
import { onAfterRender } from "../../events/onAfterRender"; import callbackSystem from "../utils/callbackSystem"; export const [addAfterRenderSystem] = callbackSystem(onAfterRender); //# sourceMappingURL=afterRenderSystem.js.map