Progressive Web App to control logitech Litra Glow streaming lights.
Litra is hosted on Cloudflare Pages. There, you can try out the application and if you like it, you can install the app using your browsers PWA installation mechanism.
The technical foundation is the WebHID API. This API is only supported on Chrome and Edge and Opera. The application has been successfully tested on both Mac and Windows.
Litra is developed using TypeScript, Lit, Vite and the WebHID API.
npm install
npm startUseful scripts:
npm run buildnpm run test:cinpm run lintnpm run storybook
