Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djmaze/text-highlighter
Library for highlighting text on a web page via WebRTC
https://github.com/djmaze/text-highlighter
Last synced: 27 days ago
JSON representation
Library for highlighting text on a web page via WebRTC
- Host: GitHub
- URL: https://github.com/djmaze/text-highlighter
- Owner: djmaze
- License: mit
- Created: 2024-06-19T20:40:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T20:41:24.000Z (7 months ago)
- Last Synced: 2024-12-08T20:41:32.481Z (about 1 month ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text highlighter
Library for highlighting paragraphs on a web page as sent via a WebRTC connection.
## How to use
1. Run `docker compose up`
1. Open `index.html` and `index_app.html` in different browsers
1. In `index.html`, copy the code to the clipboard
1. Paste the code in `index_app.html` and post the form
1. Copy the shown code into the modal in `index.html`
1. See in the developer console that the WebRTC connection has been established (`CONNECT`)**TODO**