UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines (6 loc) 211 B
import { TypeEditor } from "../../TypeEditor.js"; export function noEditor() { const editor = new TypeEditor(); Object.defineProperty(editor, "hidden", { value: true }); return editor; }