An open API service indexing awesome lists of open source software.

https://github.com/thekuwayama/pip-timer

Picture-in-Picture timer
https://github.com/thekuwayama/pip-timer

picture-in-picture timer

Last synced: 4 months ago
JSON representation

Picture-in-Picture timer

Awesome Lists containing this project

README

          

# pip-timer

[![CI](https://github.com/thekuwayama/pip-timer/workflows/CI/badge.svg)](https://github.com/thekuwayama/pip-timer/actions?workflow=CI)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://raw.githubusercontent.com/thekuwayama/pip-timer/main/LICENSE.txt)

`pip-timer` is Picture-in-Picture timer.

## Usage

```sh-session
$ npm install

$ npm run build
```

You can start HTTP Server with the following:

```sh-session
$ npm run start
```

## Note

`pip-timer` is compatible with the following web browsers:

- https://caniuse.com/mdn-api_documentpictureinpicture_requestwindow
- https://caniuse.com/progress
- https://caniuse.com/audio-api

## License

`pip-timer` is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).