Skip to content

Instantly share code, notes, and snippets.

View zerostyle's full-sized avatar
🌋
🌊

Joshua Stearns zerostyle

🌋
🌊
View GitHub Profile
@kerns
kerns / UnicornScene.tsx
Created November 20, 2024 10:11
A React / Next.js 15 Friendly unicorn.studio Embed
'use client';
import { useEffect, useRef, useState } from 'react';
export type UnicornSceneProps = {
projectId: string;
width?: number | string;
height?: number | string;
scale?: number;
dpi?: number;