Skip to main content
Home

The main API package for kunkun. Contains APIs for extensions, manifest schema and more common files.

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
29%
Published
a month ago (0.1.7)

@kksh/api

NPM Version JSR Badge

Kunkun API is an NPM package designed for developers to create extensions for Kunkun.

On NPM this package is published as @kksh/api, and on JSR it is published as @kunkun/api.

@kksh/api provides a set of APIs for extensions to interact with Kunkun and System APIs. The APIs include:

  • Clipboard
  • Database
  • Dialog
  • Event
  • Fetch
  • File System
  • Logger
  • Network
  • Notification
  • Open
  • OS
  • Path
  • Shell
  • System Info
  • System Commands
  • Toast
  • UI
  • etc.

Read more details in documentation at https://docs.kunkun.sh, and generated docs at https://docs.api.kunkun.sh/

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@kunkun/api

Import symbol

import * as api from "@kunkun/api";
or

Import directly with a jsr specifier

import * as api from "jsr:@kunkun/api";

Add Package

pnpm i jsr:@kunkun/api
or (using pnpm 10.8 or older)
pnpm dlx jsr add @kunkun/api

Import symbol

import * as api from "@kunkun/api";

Add Package

yarn add jsr:@kunkun/api
or (using Yarn 4.8 or older)
yarn dlx jsr add @kunkun/api

Import symbol

import * as api from "@kunkun/api";

Add Package

npx jsr add @kunkun/api

Import symbol

import * as api from "@kunkun/api";

Add Package

bunx jsr add @kunkun/api

Import symbol

import * as api from "@kunkun/api";