UNPKG

mylingo3d

Version:

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

5 lines 291 B
import store, { push, pull } from "@lincode/reactivity"; export const [setCameraList, getCameraList] = store([]); export const pushCameraList = push(setCameraList, getCameraList); export const pullCameraList = pull(setCameraList, getCameraList); //# sourceMappingURL=useCameraList.js.map