:mega: New
1. Improve and add the scaling control features. Now, the annotated image scale behaves more like the `<img>` tag. Users can use a new property, `init_scale`, to fine-grain control the scale.
2. Add utilities and typehints related to the newly introduced `scale` features. It is recommended that `dpa.sanitize_scale` can be used to create `dpa.Scale`.
3. Add demo of the new feature `init_scale` to `usage.py`.
:floppy_disk: Change
1. Bump the `yarn` version from `4.5.3` to `4.7.0`.
2. Add the dependency `react-image-size`.