Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jul 25, 2023
1 parent 265b4b3 commit 7574884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# React LogViewer

React component that loads and views remote text in the browser lazily and efficiently.
React component that loads and views remote text in the browser lazily and efficiently. Logs can be loaded from static text, a URL, or a WebSocket and including ANSI highlighting.
Forked from [mozilla-frontend-infra/react-lazylog](https://github.com/mozilla-frontend-infra/react-lazylog).

## Features
Expand All @@ -18,6 +18,10 @@ Forked from [mozilla-frontend-infra/react-lazylog](https://github.com/mozilla-fr
- Works in latest browser versions, including iOS Safari and Android Chrome
- TypeScript support

## Demo

You can see a running demonstration at https://melloware.github.io/react-logviewer/ which is built from StoryBook.

## Installation

Install the plugin with npm or yarn:
Expand Down

0 comments on commit 7574884

Please sign in to comment.