eden-chan / treeline

Collaborative Annotations with PDF Highlighter and InstantDB
https://treeline.vercel.app
MIT License
2 stars 0 forks source link

Treeline

Set of React components for Collaborative PDF annotation extending on react-pdf-highlighter and using InstantDB for collaborative highlights.

Features:

Importing CSS

The bundled CSS include the CSS for pdfjs.

import "treeline/dist/style.css";

Stack

Vite + Bun + Biome (formatter) + InstantDB

Example

See demo https://treeline.vercel.app/.

To run the example app locally:

npm install bun # install bun
bun i # install deps
bun run dev # start server

Install

npm install treeline