File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " unicornstudio-react" ,
3- "version" : " 1.4.35 " ,
3+ "version" : " 1.5.2 " ,
44 "description" : " React component for embedding Unicorn.Studio interactive scenes with TypeScript support. Compatible with React (Vite) and Next.js." ,
55 "keywords" : [
66 " react" ,
8686 "engines" : {
8787 "node" : " >=16.0.0"
8888 }
89- }
89+ }
Original file line number Diff line number Diff line change 11import type { ValidFPS , ScaleRange } from "./types" ;
22
33// UnicornStudio configuration constants
4- export const UNICORN_STUDIO_VERSION = "1.4.35 " ;
4+ export const UNICORN_STUDIO_VERSION = "1.5.2 " ;
55export const UNICORN_STUDIO_CDN_URL = `https://cdn.jsdelivr.net/gh/hiunicornstudio/unicornstudio.js@v${ UNICORN_STUDIO_VERSION } /dist/unicornStudio.umd.js` ;
66
77// Default values for UnicornScene props
You can’t perform that action at this time.
0 commit comments