UNPKG

mylingo3d

Version:

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

6 lines (3 loc) 195 B
import store from "@lincode/reactivity" type DefaultLight = boolean | "default" | "studio" | "dynamic" | string export const [setDefaultLight, getDefaultLight] = store<DefaultLight>("default")