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

https://github.com/mirko-san/mclock

It is stylish clock of Web Components. Use Lit.
https://github.com/mirko-san/mclock

lit web-components

Last synced: about 1 month ago
JSON representation

It is stylish clock of Web Components. Use Lit.

Awesome Lists containing this project

README

          

# mclock

It is stylish clock of Web Components. Use Lit.
動画や配信のときに便利な、時刻表示コンポーネントです。

## 使い方

OBS Studio のソースに https://mclock.vercel.app/ を指定。

もしくは、以下のように Web Components として利用。

```html




Clock



```

## For me

### Develop

```shellsession
# port 3080
$ yarn dev
```

```shellsession
# port 3081
$ yarn storybook
```

### Publish npm

```shellsession
$ npm login
$ npm publish
```