- chore: building migrate from vite to father
// migrate Component import way
// before
import SakanaReact from 'sakana-react';
// now
import { SakanaReact } from 'sakana-react';
- chore: Upgrading from react-use-gesture to 👆 @use-gesture/react
- feature: Auto resizing support
- refactor: remove height param, height will be same as the width.