UNPKG

mylingo3d

Version:

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

7 lines (5 loc) 193 B
import store from "@lincode/reactivity" import { PerspectiveCamera } from "three" export const [setSecondaryCamera, getSecondaryCamera] = store< PerspectiveCamera | undefined >(undefined)