Install Extension: Chrome | Firefox
When you open the PiP(album cover) window, the lyrics are automatically displayed in it.
If you have any questions, please submit an issue.
- Listen for
.track_infoelement. - Search for songs and download lyrics using
NeteaseCloudMusicApi. - Rendering lyrics to
<canvas>using SVG. - Capture video stream from
<canvas>and merge onto original cover stream. - Update lyrics scroll position with a loop.
- Firefox does not currently support PiP WebAPI
- Chrome 70+
- Install as PWA(only Chrome)
Requirement: Node.js
# install dependencies
npm install
# Compile Typescript to JavaScript
npm run watch
# Enter the development mode by executing the following command in a new terminal
npm run startBuild:
npm run build:zip- Song matching optimization
- Debuging info
- Unit test
- CI/CD
The extension requires a stable NeteaseCloudMusicApi service or
other better lyrics service.
