You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Easily convert ellipse objects into smooth 2D-Metaball shapes, creating organic, interconnected forms that blend naturally for a fluid visual effect.",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite build --watch & vite preview",
"build": "tsc && vite build",
"build:prod": "tsc && vite build --mode production --minify",