UNPKG

@needle-tools/engine

Version:

Needle Engine is a web-based runtime for 3D apps. It runs on your machine for development with great integrations into editors like Unity or Blender - and can be deployed onto any device! It is flexible, extensible and networking and XR are built-in.

8 lines (7 loc) 494 B
/** * @param {"build" | "serve"} _command Vite command (unused — runs in both modes) * @param {import('../types/needleConfig').needleMeta | null | undefined} _config * @param {import('../types').userSettings} [_userSettings] * @returns {import('vite').Plugin | null} */ export function needleDtsGenerator(_command: "build" | "serve", _config: import("../types/needleConfig").needleMeta | null | undefined, _userSettings?: import("../types").userSettings): import("vite").Plugin | null;