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

0.0.4 • Public • Published

unplugin-pomodoro

Demo

Install

npm i unplugin-pomodoro
Vite
// vite.config.ts
import Pomodoro from 'unplugin-pomodoro/vite'

export default defineConfig({
  plugins: [Pomodoro()],
})

Configuration

export interface Options {
  /** Custom notify sound at the end of countdown time */
  notifySound?: string | false
}

TODO

[ ] support Webpack [x] support drag and drop [ ] fix drag and drop issues (window edge / click event)

Readme

Keywords

Package Sidebar

Install

npm i unplugin-pomodoro

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

60.6 kB

Total Files

22

Last publish

Collaborators

  • infinitex