0.0.4 • Published 3 years ago

unplugin-pomodoro v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago