File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " unicornstudio-react" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " React component for embedding Unicorn.Studio interactive scenes with TypeScript support. Compatible with React (Vite) and Next.js." ,
55 "keywords" : [
66 " react" ,
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 = "2.0.0 " ;
4+ export const UNICORN_STUDIO_VERSION = "2.0.1 " ;
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