|
|
2 years ago | |
|---|---|---|
| .gitignore | 2 years ago | |
| LICENSE | 2 years ago | |
| README.md | 2 years ago | |
| app.ico | 2 years ago | |
| index.html | 2 years ago | |
| main.js | 2 years ago | |
| package.json | 2 years ago |
Add counting corners and animations to browser titles
const a = new WebTileService(option)
```
option:{
Background: string,
Color: string,
Type: 'scroll' | 'flicker',
Time: number
}
```
1. set title
a.setTitle('test')
2. set number
a.setNumber(1)
3. clear title
a.clearTitle()
4. clear number
a.clearNum()