- fix: scss build issue
- chore: update deps
- feat: optimize ssr usage
- build: move to rollup
- fix: source map
- fix: mount to dom element
- feat: optimize canvas render size
- fix: package export declaration
- chore: bind this with arrow func
- chore: ts private check
- fix: side effect of
getCharacter(s)
- fix: readme npm import example
- feat: auto resizing support
- feat: configurable cut threshold
- feat: configurable rotate origin
- fix: limit inertia & rotate deg
- fix: frame diff ignore threshold
- fix readme image
- optimize package size
- fix control bar issues
- add next char func
- fix css z-index issue
- refactor code and update init api
- fix render issue under high refresh rate
- able to hide control bar
- fix image switch issue
- fix css position when not mounted on a bfc element
- sync upstream dbf7c6d
- rename some constructor prop names
- optimize canvas rendering quality
- organize the code structure