0.0.4 • Published 2 years ago

unplugin-pomodoro v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

unplugin-pomodoro

Demo

Install

npm i unplugin-pomodoro
// 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)

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago