UNPKG

mylingo3d

Version:

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

7 lines (4 loc) 196 B
import store from "@lincode/reactivity" import { getEditorMode } from "./useEditorMode" export const [setEditing, getEditing] = store(false) getEditorMode((mode) => setEditing(mode !== "play"))