launcher-api
v0.8.30
Published
A collection of api for [launcher](https://github.com/fzdwx/launcher)
Downloads
165
Readme
Launcher Api
A collection of api for launcher
pnpm add launcher-apicall api:
import {clipboard, config, getActionCommand, mainView, shell} from "launcher-api";
clipboard.set("hello world");
clipboard.get();