shork
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Shork

A library to easily create shortcuts in your JavaScript web apps.

Example

registerShortcuts([
	{
		keys: ["Control", "k"],
		action: () => {
            // Open a search or something
		}
	}
]);

Installation

npm install shork
yarn add shork
pnpm add shork
bun add shork
pmr add shork

Pmr is a command line utility to control all package managers with one interface.

Readme

Keywords

none

Package Sidebar

Install

npm i shork

Weekly Downloads

22

Version

0.1.1

License

MIT

Unpacked Size

43.2 kB

Total Files

22

Last publish

Collaborators

  • dlurak