Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 378 Bytes

getting-started.md

File metadata and controls

19 lines (13 loc) · 378 Bytes
title menuTitle weight
Using Ray With JavaScript
Installation
1

You can send information from JavaScript to Ray via this third party package:

permafrost-dev/node-ray

Installing the package

You can install this third-party package using either npm or yarn:

npm install node-ray

yarn add node-ray