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

https://github.com/burdiuz/js-log-data-renderer


https://github.com/burdiuz/js-log-data-renderer

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @actualwave/log-data-renderer

Convert incoming data into logging data by creating its stringified representation.
Currently its used in [DOMConsole](https://github.com/burdiuz/js-dom-console) and [React Native Console](https://github.com/burdiuz/react-native-console) as a data layer.

It can be extended by adding types that need specific conversion, for more information look into source code, `/source/types`.

### Install
It can be installed from NPM
```
npm install @actualwave/log-data-renderer
```
using yarn
```
yarn add @actualwave/log-data-renderer
```