Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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**