All Projects → m1guelpf → Ray Js

m1guelpf / Ray Js

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

Debug your Javascript with Ray to fix problems faster

This package can be installed in any JS application to send messages to the Ray app.

Installation

npm install js-ray 

or

yarn install js-ray 

Usage

Using ESM import

import { ray } from 'js-ray';

Using CommonJS require

const { ray } = require('js-ray');

Quick examples

ray('a string')

ray(['an array'])

ray({ text: 'an object' })

ray('as' 'many' , 'arguments', 'as', 'you', 'like')

ray('this is blue').color('blue')

ray().newScreen('My debug screen')

Documentation

You can find the full documentation on our documentation site.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].