https://github.com/dzucconi/now
https://github.com/dzucconi/now
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzucconi/now
- Owner: dzucconi
- Created: 2021-09-04T01:54:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T00:57:01.000Z (about 3 years ago)
- Last Synced: 2024-10-12T15:06:15.980Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://now.work.damonzucconi.com/
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Now
[](https://app.netlify.com/sites/damonzucconi-now/deploys)
## Meta
- **State**: production
- **Production**:
- **URL**: https://now.work.damonzucconi.com/
- **URL**: https://damonzucconi-now.netlify.app/
- **Host**: https://app.netlify.com/sites/damonzucconi-now/overview
- **Deploys**: Merged PRs to `dzucconi/now#master` are automatically deployed to production. [Manually trigger a deploy](https://app.netlify.com/sites/damonzucconi-now/deploys)## Parameters
| Param | Description | Type | Default |
| ----------------- | ------------------------------------ | --------------------------- | ---------- |
| `interval` | Time between frames | `number` | `50` |
| `amount` | Density of instances on ring | `number` | `20` |
| `fadeDuration` | Fade duration | `number` | `1000` |
| `padding` | Padding | `number` | `15` |
| `fontSize` | Font size | `number` | `5` |
| `backgroundColor` | Background color | `string` | `"black"` |
| `color` | Foreground color | `string` | `"yellow"` |
| `mode` | Mode | `"count" / "text" / "time"` | `"count"` |
| `text` | Text when in "text" mode | `string` | `"now"` |
| `window` | Number of letters permitted per line | `number` | `15` |