Some fun experiments using the Sixel graphics standards.
First install the imgcat
command in /usr/local/bin
.
% sudo cp imgcat /usr/local/bin
All of the examples follow the same pattern, to install and run them follow these steps:
% yarn
% yarn build
% yarn --silent start
The --silent
option simply removes the start and ending yarn logs about running the command and telling you how long it took to run.
The examples are listed below:
Name | Description |
---|---|
react-to-sixel | A very simple example using React |
react-to-sixel-reactvis | A graphing example using React and react-vis |
react-to-sixel-recharts | A graphing example using React and recharts with data fetching |
slack-status | An example of getting content from a web page and displaying it |
thought-bubbles | Is a simple static HTML display |