Use with Astro #866
Unanswered
basarozcan
asked this question in
Q&A
Replies: 2 comments
-
I would like to know this as well! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I figured it out! You need to use the node-ray package and use the ---
import { ray } from 'node-ray';
let logos = (await getLogos()) || [];
ray().toJson(logos);
--- |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any integration document or path to follow when integrate Ray for Astro?
Beta Was this translation helpful? Give feedback.
All reactions