UNPKG

@react-three/uikit

Version:

Build performant 3D user interfaces with react-three-fiber and yoga.

4 lines (3 loc) 182 B
import { Command } from 'commander'; import { add } from './add.js'; export const component = new Command('component').description(`add components to your project`).addCommand(add);