0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript0 forks (0 forks)github user discovery
good first issuehelp wanted
Repository metrics
- Stars
- 21 stars (21 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Use web Gyroscope API to create gyroscope$() observable.
gyroscope$({frequency: 60}).subscribe(() => {});
Contributor guide
- Research direction
- Implement the gyroscope$ observable using the Web Gyroscope API. Create a function that returns an RxJS observable that wraps the Gyroscope sensor events based on the frequency option.
- Tech stack
- typescriptjavascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- RxJSTypeScriptWeb APIs