@just-web/presets-browser
TypeScript icon, indicating that this package has built-in type declarations

7.2.5 • Public • Published

@just-web/presets-browser

NPM version NPM downloads

@just-web/presets-browser provides common browser features using specific set of libraries.

This presets includes:

As a presets, you do not need to install any of the included packages yourself.

This presets depends on:

Install

# npm
npm install @just-web/presets-browser

# yarn
yarn add @just-web/presets-browser

# pnpm
pnpm install @just-web/presets-browser

#rush
rush add -p @just-web/presets-browser

Usage

import { justApp } from '@just-web/app'
import { commandsGizmoFn } from '@just-web/commands'
import { keyboardGizmoFn } from '@just-web/keyboard' // optional
import { presetsBrowserGizmoFn } from '@just-web/presets-browser'

const app = await justApp({ name: 'your-awesome-app' })
  .with(commandsGizmoFn())
  .with(keyboardGizmoFn())
  .with(presetsBrowserGizmoFn())
  .create()

Package Sidebar

Install

npm i @just-web/presets-browser

Weekly Downloads

1

Version

7.2.5

License

MIT

Unpacked Size

35.3 kB

Total Files

61

Last publish

Collaborators

  • unional